From bbd8e0b8af934df8b4d5032f945f4fba7a36eacb Mon Sep 17 00:00:00 2001 From: Antariksh Date: Wed, 20 Jan 2021 10:32:18 +0800 Subject: [PATCH] chore: bump version to 4.54.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cce2c181f..3b98353505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,36 @@ 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.54.0](https://github.com/opengovsg/FormSG/compare/v4.53.0...v4.54.0) + +- fix(deps): bump @sentry/integrations from 5.29.2 to 5.30.0 [`#1028`](https://github.com/opengovsg/FormSG/pull/1028) +- chore(deps-dev): bump csv-parse from 4.14.2 to 4.15.0 [`#1027`](https://github.com/opengovsg/FormSG/pull/1027) +- build/typescript-4.1.3: TypeScript version upgrade [`#1029`](https://github.com/opengovsg/FormSG/pull/1029) +- chore(deps-dev): bump eslint-plugin-typesafe from 0.3.0 to 0.4.0 [`#1026`](https://github.com/opengovsg/FormSG/pull/1026) +- fix(deps): bump libphonenumber-js from 1.9.6 to 1.9.8 [`#1024`](https://github.com/opengovsg/FormSG/pull/1024) +- chore(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#1025`](https://github.com/opengovsg/FormSG/pull/1025) +- fix(deps): bump aws-sdk from 2.818.0 to 2.828.0 [`#1014`](https://github.com/opengovsg/FormSG/pull/1014) +- chore(deps-dev): bump sinon from 9.2.2 to 9.2.3 [`#1012`](https://github.com/opengovsg/FormSG/pull/1012) +- fix(webhook): change type from any to void, re-order imports [`#1023`](https://github.com/opengovsg/FormSG/pull/1023) +- feat: remove Examples frontend reliance on batch job [`#1021`](https://github.com/opengovsg/FormSG/pull/1021) +- feat: remove landing page reliance on batch job [`#1020`](https://github.com/opengovsg/FormSG/pull/1020) +- chore(robots): disallow NLB crawler to parse beyond loading the frontend [`#1019`](https://github.com/opengovsg/FormSG/pull/1019) +- feat: Add cancel download attachment feature [`#1018`](https://github.com/opengovsg/FormSG/pull/1018) +- fix: incorrect mobile number placeholder [`#1017`](https://github.com/opengovsg/FormSG/pull/1017) +- fix(deps): bump twilio from 3.54.1 to 3.55.0 [`#1010`](https://github.com/opengovsg/FormSG/pull/1010) +- chore(deps-dev): bump @types/express-serve-static-core [`#1011`](https://github.com/opengovsg/FormSG/pull/1011) +- fix(deps): bump @sentry/browser from 5.29.2 to 5.30.0 [`#1002`](https://github.com/opengovsg/FormSG/pull/1002) +- fix(deps): bump neverthrow from 3.1.4 to 3.2.0 [`#1008`](https://github.com/opengovsg/FormSG/pull/1008) +- chore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 [`#989`](https://github.com/opengovsg/FormSG/pull/989) +- chore(deps-dev): bump @types/node from 14.14.14 to 14.14.20 [`#997`](https://github.com/opengovsg/FormSG/pull/997) +- chore(deps-dev): bump husky from 4.3.6 to 4.3.7 [`#1006`](https://github.com/opengovsg/FormSG/pull/1006) +- chore(deps-dev): bump @types/validator from 13.1.2 to 13.1.3 [`#1001`](https://github.com/opengovsg/FormSG/pull/1001) +- chore: merge 4.53.0 back to develop [`#1005`](https://github.com/opengovsg/FormSG/pull/1005) + #### [v4.53.0](https://github.com/opengovsg/FormSG/compare/v4.52.1...v4.53.0) +> 14 January 2021 + - chore(deps-dev): bump @types/convict from 5.2.1 to 5.2.2 [`#998`](https://github.com/opengovsg/FormSG/pull/998) - feat/github - Landing page links to this repository [`#1000`](https://github.com/opengovsg/FormSG/pull/1000) - feat/typesafe - Introduce no-await-without-trycatch [`#996`](https://github.com/opengovsg/FormSG/pull/996) @@ -25,6 +53,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump eslint-config-prettier from 7.0.0 to 7.1.0 [`#973`](https://github.com/opengovsg/FormSG/pull/973) - chore(deps-dev): bump @types/validator from 13.1.0 to 13.1.2 [`#974`](https://github.com/opengovsg/FormSG/pull/974) - build: merge Release 4.52.0 into develop [`#978`](https://github.com/opengovsg/FormSG/pull/978) +- chore: bump version to 4.53.0 [`d58c730`](https://github.com/opengovsg/FormSG/commit/d58c7304f3446c7c6304fee7fd02028f1d476778) #### [v4.52.1](https://github.com/opengovsg/FormSG/compare/v4.52.0...v4.52.1) diff --git a/package-lock.json b/package-lock.json index 9ed8af482a..daad4e0d01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "FormSG", - "version": "4.53.0", + "version": "4.54.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16a58adb1a..e1689c301e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "4.53.0", + "version": "4.54.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "