Skip to content

Commit

Permalink
Merge pull request #968 from isomerpages/release/v0.47.0
Browse files Browse the repository at this point in the history
release(0.47.0): merge to develop
  • Loading branch information
seaerchin authored Oct 16, 2023
2 parents 99062b8 + 5d7fc8a commit f40bc59
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@ 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.47.0](https://github.com/isomerpages/isomercms-backend/compare/v0.46.0...v0.47.0)

- ref(media): defer image loading [`#967`](https://github.com/isomerpages/isomercms-backend/pull/967)
- ref(media): paginate media endpoint [`#964`](https://github.com/isomerpages/isomercms-backend/pull/964)
- 0.46.0 (develop) [`#963`](https://github.com/isomerpages/isomercms-backend/pull/963)

#### [v0.46.0](https://github.com/isomerpages/isomercms-backend/compare/v0.45.0...v0.46.0)

> 11 October 2023
- Feat/is 52 add monitor after successful site launch [`#960`](https://github.com/isomerpages/isomercms-backend/pull/960)
- Fix: use correct handler to get comments [`#961`](https://github.com/isomerpages/isomercms-backend/pull/961)
- fix(contactus): allow location section to be empty but not contact information [`#957`](https://github.com/isomerpages/isomercms-backend/pull/957)
- 0.45.0 (dev) [`#955`](https://github.com/isomerpages/isomercms-backend/pull/955)
- fix(clonesite): remove extra endpoint [`#956`](https://github.com/isomerpages/isomercms-backend/pull/956)

#### [v0.45.0](https://github.com/isomerpages/isomercms-backend/compare/v0.44.0...v0.45.0)

> 5 October 2023
- fix(clonesite): remove extra endpoint [`#956`](https://github.com/isomerpages/isomercms-backend/pull/956)
- feat(formsg): clone repo on webhook trigger from forms [`#947`](https://github.com/isomerpages/isomercms-backend/pull/947)
- docs(pr-template): add checkbox for ssm and 1pw for env var [`#953`](https://github.com/isomerpages/isomercms-backend/pull/953)
- feat: add new admin endpoint to reset repository [`#950`](https://github.com/isomerpages/isomercms-backend/pull/950)
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.46.0",
"version": "0.47.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit f40bc59

Please sign in to comment.