diff --git a/CHANGELOG.md b/CHANGELOG.md index f8af739cb8..79168a615e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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). +#### [v4.43.0](https://github.com/opengovsg/FormSG/compare/v4.42.0...v4.43.0) + +- feat: stealth textfield prefill feature from query parameters [`#524`](https://github.com/opengovsg/FormSG/pull/524) +- build: merge Release 4.42.0 into develop [`#523`](https://github.com/opengovsg/FormSG/pull/523) +- build: Release 4.42.0 hotfix [`#519`](https://github.com/opengovsg/FormSG/pull/519) +- fix: disable restrict email domains toggle if no otp verification [`6b3348e`](https://github.com/opengovsg/FormSG/commit/6b3348ea8112fb56559093bc0b2f7d1f82e5fcc8) + #### [v4.42.0](https://github.com/opengovsg/FormSG/compare/v4.41.0...v4.42.0) +> 27 October 2020 + - fix(deps): bump twilio from 3.49.3 to 3.50.0 [`#479`](https://github.com/opengovsg/FormSG/pull/479) - chore(deps-dev): bump ts-node-dev from 1.0.0-pre.49 to 1.0.0 [`#510`](https://github.com/opengovsg/FormSG/pull/510) - chore(deps-dev): bump jasmine from 3.6.1 to 3.6.2 [`#508`](https://github.com/opengovsg/FormSG/pull/508) @@ -21,9 +30,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): bump angular-sanitize from 1.8.0 to 1.8.1 [`#494`](https://github.com/opengovsg/FormSG/pull/494) - docs(readme): acknowledge TellForm, others [`#495`](https://github.com/opengovsg/FormSG/pull/495) - chore(deps-dev): bump ts-jest from 26.3.0 to 26.4.1 [`#496`](https://github.com/opengovsg/FormSG/pull/496) +- chore: bump version to v4.42.0 [`c7edb6e`](https://github.com/opengovsg/FormSG/commit/c7edb6e8ad678d845eb1bce6020a0046b2cb6dc7) - build: revert "fix(deps): bump mongoose from 5.10.0 to 5.10.9" [`a6ac8ef`](https://github.com/opengovsg/FormSG/commit/a6ac8ef67dbdaefbab0a1fecc1173fc4f6a70399) - fix: use mobile view for submission search / filter elements up till xl [`058ab66`](https://github.com/opengovsg/FormSG/commit/058ab6624431e88da6253b481246e44fbb920be4) -- fix: missing period for decryption modal [`36c24e7`](https://github.com/opengovsg/FormSG/commit/36c24e7b46ca3f7b0f4743296e8ef65778490181) #### [v4.41.0](https://github.com/opengovsg/FormSG/compare/v4.40.0...v4.41.0) diff --git a/package-lock.json b/package-lock.json index 06285216bc..12196436cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "FormSG", - "version": "4.42.0", + "version": "4.43.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eec84db59e..c5aa3455bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "4.42.0", + "version": "4.43.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "