Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release / 0.40.0 #918

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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.40.0](https://github.com/isomerpages/isomercms-backend/compare/v0.39.1...v0.40.0)

- fix: upgrade @opengovsg/formsg-sdk from 0.9.0 to 0.10.0 [`#882`](https://github.com/isomerpages/isomercms-backend/pull/882)
- fix: upgrade axios-cache-interceptor from 0.9.3 to 0.10.7 [`#849`](https://github.com/isomerpages/isomercms-backend/pull/849)
- chore: remove test for concurrent viewed call [`#916`](https://github.com/isomerpages/isomercms-backend/pull/916)
- chore: remove ua from settings [`#915`](https://github.com/isomerpages/isomercms-backend/pull/915)
- Fix/mutex lock [`#911`](https://github.com/isomerpages/isomercms-backend/pull/911)
- feat(integration): reviews inte test [`#909`](https://github.com/isomerpages/isomercms-backend/pull/909)
- fix(sl): email adr [`#910`](https://github.com/isomerpages/isomercms-backend/pull/910)
- Hotfix IS-489 0.39.1 [`#913`](https://github.com/isomerpages/isomercms-backend/pull/913)
- feat: Log 5xx errors for sms client [`#908`](https://github.com/isomerpages/isomercms-backend/pull/908)
- Release/0.39.0 [`#907`](https://github.com/isomerpages/isomercms-backend/pull/907)

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

> 22 August 2023

- feat: move tracked sites to env [`4e2c098`](https://github.com/isomerpages/isomercms-backend/commit/4e2c09855514975b89c1ac94abd840275ef84b47)

#### [v0.39.0](https://github.com/isomerpages/isomercms-backend/compare/v0.38.1...v0.39.0)
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.39.1",
"version": "0.40.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down