diff --git a/CHANGELOG.md b/CHANGELOG.md index a639d2cb..71866b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,58 +2,82 @@ All notable changes to this project will be documented in this file. -The format is based on [Conventional Commits][1], and this project adheres to -[Semantic Versioning][2]. +The format is based on [Conventional Commits][12], and this project adheres to +[Semantic Versioning][13]. -## [1.1.3][3] (2020-12-06) +# [1.2.0][14] (2021-01-05) ### Build System -- **package.json:** audit and update deps ([c82695a][4]) -- **package.json:** manually bump version ([813b21a][5]) +- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([77b6271][15]) +- **deps:** bump node-notifier from 8.0.0 to 8.0.1 ([45a79d4][16]) +- **test/unit-externals.test.ts:** add mongo uri env var to test explicitly + ([e0e1fd9][17]) -## [1.1.2][6] (2020-11-26) +### Features + +- **.changelogrc.js:** transfer repository over to semantic-release CI/CD + ([b9d2bf0][18]) + +## [1.1.3][1] (2020-12-06) + +### Build System + +- **package.json:** audit and update deps ([c82695a][2]) +- **package.json:** manually bump version ([813b21a][3]) + +## [1.1.2][4] (2020-11-26) ### Bug Fixes -- **README:** update install language ([b68c721][7]) +- **README:** update install language ([b68c721][5]) -## [1.1.1][8] (2020-11-26) +## [1.1.1][6] (2020-11-26) ### Bug Fixes -- **externals:** revert sort-package-json to maintainer version ([750055b][9]) -- **externals:** rewrite test workflow ([d604dfc][10]) +- **externals:** revert sort-package-json to maintainer version ([750055b][7]) +- **externals:** rewrite test workflow ([d604dfc][8]) -# [1.1.0][11] (2020-11-25) +# [1.1.0][9] (2020-11-25) ### Bug Fixes -- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][12]) +- **build:** move Next.js dependency to peer/dev dependencies ([0e7541f][10]) - **externals:** updated remaining dependency references to peerDependency - references ([ccf54fb][13]) + references ([ccf54fb][11]) -[1]: https://conventionalcommits.org -[2]: https://semver.org -[3]: +[1]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.2...v1.1.3 -[4]: +[2]: https://github.com/Xunnamius/next-test-api-route-handler/commit/c82695a8816b6cd5f0e11d09cc2f948a30a416e9 -[5]: +[3]: https://github.com/Xunnamius/next-test-api-route-handler/commit/813b21ad1e2c78594903b3a8f504f4460d8e506e -[6]: +[4]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.1...v1.1.2 -[7]: +[5]: https://github.com/Xunnamius/next-test-api-route-handler/commit/b68c721e5100baa883c7096e5cc4e81c1c60ed00 -[8]: +[6]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.0...v1.1.1 -[9]: +[7]: https://github.com/Xunnamius/next-test-api-route-handler/commit/750055b92699fc7f1c06349ccdb0ddc0179f891a -[10]: +[8]: https://github.com/Xunnamius/next-test-api-route-handler/commit/d604dfc39d2e77cbe1234b8349a2ecef81a9e54a -[11]: +[9]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.0.10...v1.1.0 -[12]: +[10]: https://github.com/Xunnamius/next-test-api-route-handler/commit/0e7541fbecd2e3bacc124f624bfca2b56ceeb89f -[13]: +[11]: https://github.com/Xunnamius/next-test-api-route-handler/commit/ccf54fb480e35961647900d345149d3cd1cf60d8 +[12]: https://conventionalcommits.org +[13]: https://semver.org +[14]: + https://github.com/Xunnamius/next-test-api-route-handler/compare/v1.1.3...v1.2.0 +[15]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/77b62713011f2d5d49a8644c8348da8563da0e62 +[16]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/45a79d41835b5146912511f8b583c9128d154cf9 +[17]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/e0e1fd951fbe63c04c264ad11ab1fa7a39e1679a +[18]: + https://github.com/Xunnamius/next-test-api-route-handler/commit/b9d2bf010fba4b163e1eea0801271292a0e74308 diff --git a/docs/README.md b/docs/README.md index f98165cc..cb799805 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,4 +42,4 @@ Defined in: [index.ts:31][2] [1]: README.md#testapihandler -[2]: https://github.com/Xunnamius/next-test-api-route-handler/blob/1fcfd40/src/index.ts#L31 +[2]: https://github.com/Xunnamius/next-test-api-route-handler/blob/42bf782/src/index.ts#L31 diff --git a/package-lock.json b/package-lock.json index d8e7797f..56dc598c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-test-api-route-handler", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d056f936..b1c32e2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-test-api-route-handler", - "version": "1.1.3", + "version": "1.2.0", "description": "Confidently unit test your Next.js API routes/handlers in an isolated Next.js-like environment", "keywords": [ "api",