Skip to content

Commit

Permalink
chore: bump version to 4.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Jan 20, 2021
1 parent 7ac923a commit bbd8e0b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <formsg@data.gov.sg>"
Expand Down

0 comments on commit bbd8e0b

Please sign in to comment.