diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c71f21..dec9633b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/wopian/kitsu/compare/v9.0.0...v9.0.1) (2020-05-07) + + +### Chores + +* **release:** update documentation ([03ec026](https://github.com/wopian/kitsu/commit/03ec026)) + + +### Documentation Changes + +* **kitsu:** add migration guide link to README ([e434df2](https://github.com/wopian/kitsu/commit/e434df2)) +* **kitsu-core:** add migration guide link to README ([bf282af](https://github.com/wopian/kitsu/commit/bf282af)) + + + + + # [9.0.0](https://github.com/wopian/kitsu/compare/v8.3.1...v9.0.0) (2020-05-07) diff --git a/lerna.json b/lerna.json index ea062814..0676b3b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.0.0", + "version": "9.0.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index df312ccf..9695450a 100644 --- a/packages/kitsu-core/CHANGELOG.md +++ b/packages/kitsu-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.0...v9.0.1) (2020-05-07) + + +### Chores + +* **release:** update documentation ([03ec026](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/03ec026)) + + +### Documentation Changes + +* **kitsu-core:** add migration guide link to README ([bf282af](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/bf282af)) + + + + + # [9.0.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.3.1...v9.0.0) (2020-05-07) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index 0869b3d5..13252a24 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.0", + "version": "9.0.1", "name": "kitsu-core", "description": "Core serialisation and deserialsation functions for the kitsu JSON:API client", "author": "James Harris ", diff --git a/packages/kitsu/CHANGELOG.md b/packages/kitsu/CHANGELOG.md index 20232bf5..e58a3b3d 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.0...v9.0.1) (2020-05-07) + + +### Chores + +* **release:** update documentation ([03ec026](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/03ec026)) + + +### Documentation Changes + +* **kitsu:** add migration guide link to README ([e434df2](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/e434df2)) + + + + + # [9.0.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.3.1...v9.0.0) (2020-05-07) diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index 8eeb6736..af31615e 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.0", + "version": "9.0.1", "name": "kitsu", "description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", "author": "James Harris ", @@ -47,7 +47,7 @@ "sideEffects": false, "dependencies": { "axios": "^0.19.0", - "kitsu-core": "^9.0.0", + "kitsu-core": "^9.0.1", "pluralize": "^8.0.0" }, "size-limit": [