From 3ea7289a6c0376c353e9cef9be059b994f15fd9c Mon Sep 17 00:00:00 2001 From: tshuli Date: Thu, 10 Feb 2022 09:53:49 +0800 Subject: [PATCH] chore: bump version to 5.42.0 --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 40 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f530a5ae..36c7f60dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,47 @@ 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). -#### [v5.41.1](https://github.com/opengovsg/FormSG/compare/v5.40.0...v5.41.1) - +#### [v5.42.0](https://github.com/opengovsg/FormSG/compare/v5.40.0...v5.42.0) + +- chore(deps-dev): bump @types/node from 17.0.8 to 17.0.16 [`#3414`](https://github.com/opengovsg/FormSG/pull/3414) +- feat: log ses message id [`#3391`](https://github.com/opengovsg/FormSG/pull/3391) +- fix(deps): bump type-fest from 2.11.1 to 2.11.2 in /shared [`#3392`](https://github.com/opengovsg/FormSG/pull/3392) +- fix: DNS resolution error causes 5xx on form deletion [`#3387`](https://github.com/opengovsg/FormSG/pull/3387) +- chore(deps-dev): bump htmlhint from 1.1.0 to 1.1.2 [`#3383`](https://github.com/opengovsg/FormSG/pull/3383) +- feat: pre-fill to support myinfo forms [`#3286`](https://github.com/opengovsg/FormSG/pull/3286) +- fix(deps): bump libphonenumber-js from 1.9.47 to 1.9.48 in /shared [`#3378`](https://github.com/opengovsg/FormSG/pull/3378) +- chore(deps-dev): bump @babel/core from 7.16.7 to 7.17.0 [`#3376`](https://github.com/opengovsg/FormSG/pull/3376) +- fix(deps): bump @babel/runtime from 7.16.7 to 7.17.0 [`#3375`](https://github.com/opengovsg/FormSG/pull/3375) +- chore(deps-dev): bump supertest from 6.1.6 to 6.2.2 [`#3374`](https://github.com/opengovsg/FormSG/pull/3374) +- chore(deps-dev): bump jest-extended from 1.2.0 to 1.2.1 [`#3373`](https://github.com/opengovsg/FormSG/pull/3373) +- fix(deps): bump axios from 0.24.0 to 0.25.0 [`#3353`](https://github.com/opengovsg/FormSG/pull/3353) +- chore(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.0.0 [`#3328`](https://github.com/opengovsg/FormSG/pull/3328) +- fix(deps): bump libphonenumber-js from 1.9.44 to 1.9.47 in /shared [`#3358`](https://github.com/opengovsg/FormSG/pull/3358) +- fix(deps): bump type-fest from 2.9.0 to 2.11.1 in /shared [`#3357`](https://github.com/opengovsg/FormSG/pull/3357) +- fix(deps): bump simple-get from 3.1.0 to 3.1.1 [`#3372`](https://github.com/opengovsg/FormSG/pull/3372) +- chore: restore e2e tests [`#3371`](https://github.com/opengovsg/FormSG/pull/3371) +- chore: disable mergify [`#3352`](https://github.com/opengovsg/FormSG/pull/3352) +- chore(deps-dev): bump htmlhint from 1.1.0 to 1.1.2 [`#3351`](https://github.com/opengovsg/FormSG/pull/3351) +- fix(deps): bump libphonenumber-js from 1.9.44 to 1.9.46 [`#3342`](https://github.com/opengovsg/FormSG/pull/3342) +- fix(deps): bump type-fest from 2.9.0 to 2.11.0 in /shared [`#3350`](https://github.com/opengovsg/FormSG/pull/3350) +- fix(deps): bump aws-sdk from 2.1053.0 to 2.1065.0 [`#3348`](https://github.com/opengovsg/FormSG/pull/3348) +- fix(deps): bump libphonenumber-js from 1.9.44 to 1.9.46 in /shared [`#3349`](https://github.com/opengovsg/FormSG/pull/3349) +- fix(deps): bump twilio from 3.72.0 to 3.73.1 [`#3347`](https://github.com/opengovsg/FormSG/pull/3347) +- chore(deps-dev): bump type-fest from 2.9.0 to 2.11.0 [`#3346`](https://github.com/opengovsg/FormSG/pull/3346) +- chore(deps-dev): bump lint-staged from 12.1.7 to 12.3.2 [`#3345`](https://github.com/opengovsg/FormSG/pull/3345) +- fix(deps): bump winston from 3.3.3 to 3.5.0 [`#3344`](https://github.com/opengovsg/FormSG/pull/3344) +- fix(deps): bump @sentry/browser from 6.16.1 to 6.17.2 [`#3343`](https://github.com/opengovsg/FormSG/pull/3343) +- fix(deps): bump dotenv from 14.3.0 to 14.3.2 [`#3339`](https://github.com/opengovsg/FormSG/pull/3339) +- build: merge Release 5.41.1 hotfix into develop [`#3340`](https://github.com/opengovsg/FormSG/pull/3340) +- fix(deps): bump @sentry/integrations from 6.17.1 to 6.17.2 [`#3337`](https://github.com/opengovsg/FormSG/pull/3337) +- fix(deps): bump aws-sdk from 2.1062.0 to 2.1063.0 [`#3338`](https://github.com/opengovsg/FormSG/pull/3338) +- fix(deps): bump @sentry/browser from 6.17.1 to 6.17.2 [`#3336`](https://github.com/opengovsg/FormSG/pull/3336) - fix(deps): bump node-fetch from 2.6.6 to 2.6.7 [`#3321`](https://github.com/opengovsg/FormSG/pull/3321) - chore: fix secrets check [`#3330`](https://github.com/opengovsg/FormSG/pull/3330) - Update secrets-check.sh [`#3287`](https://github.com/opengovsg/FormSG/pull/3287) - fix: correct busboy filename extraction when utf8 filenames are used [`#3303`](https://github.com/opengovsg/FormSG/pull/3303) +- fix(deps): bump dotenv from 14.2.0 to 14.3.0 [`#3333`](https://github.com/opengovsg/FormSG/pull/3333) +- chore(deps-dev): bump @types/node from 17.0.10 to 17.0.12 [`#3332`](https://github.com/opengovsg/FormSG/pull/3332) - build: release 5.41.0 [`#3331`](https://github.com/opengovsg/FormSG/pull/3331) - chore: fix secrets check [`#3330`](https://github.com/opengovsg/FormSG/pull/3330) - fix(deps): bump express-rate-limit from 6.1.0 to 6.2.0 [`#3329`](https://github.com/opengovsg/FormSG/pull/3329) @@ -64,8 +99,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): bump helmet from 4.6.0 to 5.0.1 [`#3255`](https://github.com/opengovsg/FormSG/pull/3255) - build: release v5.40.0 [`#3271`](https://github.com/opengovsg/FormSG/pull/3271) - Revert "Merge pull request #3331 from opengovsg/release-5.41.0" [`05abe95`](https://github.com/opengovsg/FormSG/commit/05abe9563ef69fc0f5b82fd7b2387abda77de630) +- chore: bump version to 5.41.1 [`0a2e8c8`](https://github.com/opengovsg/FormSG/commit/0a2e8c8cd1e6c35bd02940c718f5444f24cb7949) - chore: bump version to 5.41.0 [`0cde0bf`](https://github.com/opengovsg/FormSG/commit/0cde0bf9607f7e4166535dd526baea2c7429f2f4) -- Merge pull request #3272 from opengovsg/release [`1dc7108`](https://github.com/opengovsg/FormSG/commit/1dc710860ed3005c50fc608e2ff1b959fd10b899) #### [v5.40.0](https://github.com/opengovsg/FormSG/compare/v5.39.1...v5.40.0) diff --git a/package-lock.json b/package-lock.json index c24e2a703d..1c1ecc75c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "FormSG", - "version": "5.41.1", + "version": "5.42.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0fd9d271a..e01e8b2ffb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "5.41.1", + "version": "5.42.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "