diff --git a/CHANGELOG.md b/CHANGELOG.md index dec07ce549..1ccbdc2bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,27 @@ 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.145.0](https://github.com/opengovsg/FormSG/compare/v6.145.0...v6.145.0) + +- feat: email notifications for mrf completed workflows [`#7597`](https://github.com/opengovsg/FormSG/pull/7597) + +#### [v6.145.0](https://github.com/opengovsg/FormSG/compare/v6.144.0...v6.145.0) + +> 2 September 2024 + +- feat(form-issue): add rate-limit [`#7633`](https://github.com/opengovsg/FormSG/pull/7633) +- fix: set disable props on field [`#7634`](https://github.com/opengovsg/FormSG/pull/7634) +- fix(deps): bump type-fest from 4.25.0 to 4.26.0 in /shared [`#7632`](https://github.com/opengovsg/FormSG/pull/7632) +- chore(deps-dev): bump @types/http-errors from 2.0.1 to 2.0.4 [`#7627`](https://github.com/opengovsg/FormSG/pull/7627) +- build: merge release v6.144.0 to develop [`#7624`](https://github.com/opengovsg/FormSG/pull/7624) +- docs: remove angular from CREDITS.md [`#7577`](https://github.com/opengovsg/FormSG/pull/7577) +- build: release v6.144.0 [`#7623`](https://github.com/opengovsg/FormSG/pull/7623) +- chore: bump version to v6.145.0 [`a498d4b`](https://github.com/opengovsg/FormSG/commit/a498d4bcf8003cc4eaffc1c6969b1cd3a596b1cf) + #### [v6.144.0](https://github.com/opengovsg/FormSG/compare/v6.143.1...v6.144.0) +> 26 August 2024 + - feat(nric): remove override flag [`#7620`](https://github.com/opengovsg/FormSG/pull/7620) - chore(nric): remove nric collection description [`#7621`](https://github.com/opengovsg/FormSG/pull/7621) - feat(nric): set default to false [`#7619`](https://github.com/opengovsg/FormSG/pull/7619) @@ -16,6 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump core-js from 3.28.0 to 3.38.1 [`#7613`](https://github.com/opengovsg/FormSG/pull/7613) - fix(deps): bump jwk-to-pem from 2.0.5 to 2.0.6 [`#7612`](https://github.com/opengovsg/FormSG/pull/7612) - chore(deps-dev): bump @types/bluebird from 3.5.38 to 3.5.42 [`#7611`](https://github.com/opengovsg/FormSG/pull/7611) +- chore: bump version to v6.144.0 [`65b1b25`](https://github.com/opengovsg/FormSG/commit/65b1b25e197bcea55c034c103bd1096b01d7a625) #### [v6.143.1](https://github.com/opengovsg/FormSG/compare/v6.143.0...v6.143.1) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0499a71d00..f31f9ef6d1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "form-frontend", - "version": "6.144.0", + "version": "6.145.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "form-frontend", - "version": "6.144.0", + "version": "6.145.0", "hasInstallScript": true, "dependencies": { "@chakra-ui/react": "^1.8.6", diff --git a/frontend/package.json b/frontend/package.json index a800825933..734a185d86 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "form-frontend", - "version": "6.144.0", + "version": "6.145.0", "homepage": ".", "private": true, "dependencies": { diff --git a/package-lock.json b/package-lock.json index b813084a04..8477beb709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.144.0", + "version": "6.145.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.144.0", + "version": "6.145.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.536.0", diff --git a/package.json b/package.json index 5fe69e4e79..c8da2e333f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.144.0", + "version": "6.145.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "