Skip to content

Commit

Permalink
Updated version to 1.2.3 to accomidate license changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jun-sheaf committed Jun 5, 2020
1 parent f6d7923 commit 28233cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [1.2.3] - 2020-06-06

### Changed

* Some documentation for `Error` and its related serializer and options were corrected.
* The description for `title` and `detail` have been switched.
* Updated license to Apache 2.0
* Fixed some grammatical errors in README

## [1.2.2] - 2020-05-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-japi",
"version": "1.2.2",
"version": "1.2.3",
"description": "A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 28233cd

Please sign in to comment.