diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c65fbc99..a24cf192b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,30 @@ 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). +#### [v6.116.0](https://github.com/opengovsg/FormSG/compare/v6.116.0...v6.116.0) + +- chore: update chromium to latest published version [`#7252`](https://github.com/opengovsg/FormSG/pull/7252) + +#### [v6.116.0](https://github.com/opengovsg/FormSG/compare/v6.115.1...v6.116.0) + +> 8 April 2024 + +- fix(deps): bump libphonenumber-js from 1.10.59 to 1.10.60 in /shared [`#7250`](https://github.com/opengovsg/FormSG/pull/7250) +- build: merge release v6.115.1 back to develop [`#7249`](https://github.com/opengovsg/FormSG/pull/7249) +- chore: upgrade docker base node image to 3.19 [`#7053`](https://github.com/opengovsg/FormSG/pull/7053) +- fix(mrf): webhook be validation [`#7247`](https://github.com/opengovsg/FormSG/pull/7247) +- chore: move react-dev-inspector to frontend/package.json [`#7245`](https://github.com/opengovsg/FormSG/pull/7245) +- refactor: add exhaustive checks, use answerArray for arrays [`#7244`](https://github.com/opengovsg/FormSG/pull/7244) +- fix(deps): bump type-fest from 4.14.0 to 4.15.0 in /shared [`#7243`](https://github.com/opengovsg/FormSG/pull/7243) +- chore: bump version to v6.116.0 [`49245be`](https://github.com/opengovsg/FormSG/commit/49245be72a189bd0b78004db7f51e9d8427e332e) + #### [v6.115.1](https://github.com/opengovsg/FormSG/compare/v6.115.0...v6.115.1) +> 5 April 2024 + - * chore(deps-dev): bump @types/express from 4.17.17 to 4.17.21 (#7233) [`#7241`](https://github.com/opengovsg/FormSG/pull/7241) - fix: add check to block webhooks updates on mrf [`71ab0c5`](https://github.com/opengovsg/FormSG/commit/71ab0c592c15de5fddbffc9970a424af7a31d4ab) +- chore: bump version to 6.115.1 [`7d127b2`](https://github.com/opengovsg/FormSG/commit/7d127b2e8353a8a282acabe1c309cefb1e750f9c) #### [v6.115.0](https://github.com/opengovsg/FormSG/compare/v6.114.1...v6.115.0) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 004e6399d8..a83a8f51d6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.115.1", + "version": "6.116.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.115.1", + "version": "6.116.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index 69e080b64d..9516f12706 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.115.1", + "version": "6.116.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index ef04245a8d..9f4760eb8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.115.1", + "version": "6.116.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.115.1", + "version": "6.116.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 662640f13c..7a655b76e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.115.1", + "version": "6.116.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "