diff --git a/CHANGELOG.md b/CHANGELOG.md index 7039368ba..ecd4dff09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.18.0](https://github.com/isomerpages/isomercms-backend/compare/v0.17.0...v0.18.0) + +- feat(identity): phase 2 [`#509`](https://github.com/isomerpages/isomercms-backend/pull/509) +- chore(docker compose): remove local emulation of lambdas [`#666`](https://github.com/isomerpages/isomercms-backend/pull/666) +- Chore(Site launch microservices):managing cloud environments [`#657`](https://github.com/isomerpages/isomercms-backend/pull/657) +- 0.17.0 (to develop) [`#654`](https://github.com/isomerpages/isomercms-backend/pull/654) + #### [v0.17.0](https://github.com/isomerpages/isomercms-backend/compare/v0.16.0...v0.17.0) +> 16 March 2023 + - Chore: update pacakages [`#651`](https://github.com/isomerpages/isomercms-backend/pull/651) - build(deps-dev): bump sqlite3 from 5.0.8 to 5.1.5 [`#649`](https://github.com/isomerpages/isomercms-backend/pull/649) - fix(site creation): make rewrites to redirects [`#644`](https://github.com/isomerpages/isomercms-backend/pull/644) @@ -132,15 +141,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Feat/add access token table [`#441`](https://github.com/isomerpages/isomercms-backend/pull/441) - Refactor/consolidate misc GitHub requests [`#440`](https://github.com/isomerpages/isomercms-backend/pull/440) - 0.5.0 [`#434`](https://github.com/isomerpages/isomercms-backend/pull/434) - -#### [v0.5.0](https://github.com/isomerpages/isomercms-backend/compare/v0.4.0...v0.5.0) - -> 21 April 2022 - - Fix/migrate script [`#432`](https://github.com/isomerpages/isomercms-backend/pull/432) - Feat/move whitelist into database [`#422`](https://github.com/isomerpages/isomercms-backend/pull/422) - Refactor/use test fixture [`#430`](https://github.com/isomerpages/isomercms-backend/pull/430) - Chore: remove duplicate validation in User model [`#429`](https://github.com/isomerpages/isomercms-backend/pull/429) + +#### [v0.5.0](https://github.com/isomerpages/isomercms-backend/compare/v0.4.0...v0.5.0) + +> 14 April 2022 + - build(deps-dev): bump eslint-config-prettier from 8.1.0 to 8.5.0 [`#371`](https://github.com/isomerpages/isomercms-backend/pull/371) - build(deps): bump async from 3.2.0 to 3.2.3 [`#424`](https://github.com/isomerpages/isomercms-backend/pull/424) - chore(mergify): change to lower case [`#425`](https://github.com/isomerpages/isomercms-backend/pull/425) diff --git a/package-lock.json b/package-lock.json index 86dd0fa71..92ed900d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "isomercms", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16a98806d..ef11d6825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isomercms", - "version": "0.17.0", + "version": "0.18.0", "private": true, "scripts": { "build": "tsc -p tsconfig.build.json",