Skip to content

Commit

Permalink
Merge pull request #1012 from isomerpages/release/v0.52.0
Browse files Browse the repository at this point in the history
release(0.52.0): merge to develop
  • Loading branch information
seaerchin authored Nov 2, 2023
2 parents 64d61e0 + 3f7110b commit 5ef7927
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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": "isomercms",
"version": "0.51.0",
"version": "0.52.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 5ef7927

Please sign in to comment.