Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release 4.55.0 #1048

Merged
merged 10 commits into from
Jan 26, 2021
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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.55.0](https://github.com/opengovsg/FormSG/compare/v4.54.0...v4.55.0)

- refactor/polyfills: browser detection, other fixes for performance gains [`#1039`](https://github.com/opengovsg/FormSG/pull/1039)
- refactor/submit-form: reduce possibility of race conditions in submit-form controller [`#1045`](https://github.com/opengovsg/FormSG/pull/1045)
- fix: upgrade mongoose from 5.11.9 to 5.11.10 [`#1047`](https://github.com/opengovsg/FormSG/pull/1047)
- fix(deps): bump angular-translate-loader-partial from 2.18.3 to 2.18.4 [`#1037`](https://github.com/opengovsg/FormSG/pull/1037)
- chore(deps-dev): bump webpack from 4.43.0 to 4.46.0 [`#1035`](https://github.com/opengovsg/FormSG/pull/1035)
- chore: merge 4.54.0 into develop [`#1032`](https://github.com/opengovsg/FormSG/pull/1032)
- refactor: Minor refactoring of the submissions client factory [`#1040`](https://github.com/opengovsg/FormSG/pull/1040)

#### [v4.54.0](https://github.com/opengovsg/FormSG/compare/v4.53.0...v4.54.0)

> 20 January 2021

- 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)
Expand All @@ -29,6 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- chore: bump version to 4.54.0 [`bbd8e0b`](https://github.com/opengovsg/FormSG/commit/bbd8e0b8af934df8b4d5032f945f4fba7a36eacb)

#### [v4.53.0](https://github.com/opengovsg/FormSG/compare/v4.52.1...v4.53.0)

Expand Down
Loading