diff --git a/CHANGELOG.md b/CHANGELOG.md index ca732537a..537096cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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.52.0](https://github.com/isomerpages/isomercms-backend/compare/v0.51.0...v0.52.0) + +- Feat/stagingBuildTimes [`#1008`](https://github.com/isomerpages/isomercms-backend/pull/1008) +- Fix/quickie/dbUpdate [`#1007`](https://github.com/isomerpages/isomercms-backend/pull/1007) +- fix(githubCOmmitService): add sane defaults [`#1010`](https://github.com/isomerpages/isomercms-backend/pull/1010) +- feat(media): add size information when getting media data [`#1006`](https://github.com/isomerpages/isomercms-backend/pull/1006) +- fix(reposService): simple git path cwd [`#1005`](https://github.com/isomerpages/isomercms-backend/pull/1005) +- fix: reposervice fix cwd [`#1004`](https://github.com/isomerpages/isomercms-backend/pull/1004) +- feat(media): include added time for every file [`#997`](https://github.com/isomerpages/isomercms-backend/pull/997) +- 0.51.0 [`#1001`](https://github.com/isomerpages/isomercms-backend/pull/1001) + #### [v0.51.0](https://github.com/isomerpages/isomercms-backend/compare/v0.50.0...v0.51.0) +> 30 October 2023 + - feat(quickie): correct staging url [`#999`](https://github.com/isomerpages/isomercms-backend/pull/999) - feat(GH<->GGs): Repair GGs [`#996`](https://github.com/isomerpages/isomercms-backend/pull/996) - 0.50.0 to develop [`#993`](https://github.com/isomerpages/isomercms-backend/pull/993) @@ -31,12 +44,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 [`#984`](https://github.com/isomerpages/isomercms-backend/pull/984) - release/v0.48.0 [`#979`](https://github.com/isomerpages/isomercms-backend/pull/979) - feat(staging-id): add column to store the id [`#983`](https://github.com/isomerpages/isomercms-backend/pull/983) +- Fix: collaborators service tests [`#978`](https://github.com/isomerpages/isomercms-backend/pull/978) #### [v0.48.0](https://github.com/isomerpages/isomercms-backend/compare/v0.47.0...v0.48.0) > 18 October 2023 -- Fix: collaborators service tests [`#978`](https://github.com/isomerpages/isomercms-backend/pull/978) - chore(commitService): proper naming [`#975`](https://github.com/isomerpages/isomercms-backend/pull/975) - Feat/is 585 govt sgid login rollout [`#976`](https://github.com/isomerpages/isomercms-backend/pull/976) - test(quickie): unit tests [`#973`](https://github.com/isomerpages/isomercms-backend/pull/973) diff --git a/package-lock.json b/package-lock.json index d0b4a9c4e..1b2da321f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "isomercms", - "version": "0.51.0", + "version": "0.52.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "isomercms", - "version": "0.51.0", + "version": "0.52.0", "dependencies": { "@aws-sdk/client-amplify": "^3.370.0", "@aws-sdk/client-cloudwatch-logs": "^3.370.0", diff --git a/package.json b/package.json index d28b81d9d..6f8c6415f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isomercms", - "version": "0.51.0", + "version": "0.52.0", "private": true, "scripts": { "build": "tsc -p tsconfig.build.json",