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 v5.34.0 #3042

Merged
merged 18 commits into from
Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
421f0a9
chore(deps-dev): bump htmlhint from 0.15.2 to 0.16.0 (#3010)
dependabot[bot] Nov 1, 2021
a705965
chore(deps-dev): bump @types/validator from 13.6.5 to 13.6.6 (#3011)
dependabot[bot] Nov 1, 2021
59adf1b
chore(deps-dev): bump @babel/preset-env from 7.15.8 to 7.16.0 (#3016)
dependabot[bot] Nov 1, 2021
d5bfd89
fix(deps): bump aws-sdk from 2.1016.0 to 2.1018.0 (#3009)
dependabot[bot] Nov 1, 2021
f2376d3
chore(deps-dev): bump @babel/core from 7.15.8 to 7.16.0 (#3017)
dependabot[bot] Nov 1, 2021
5dc03bd
fix(deps): bump @babel/runtime from 7.15.4 to 7.16.0 (#3021)
dependabot[bot] Nov 2, 2021
f415d82
chore(deps-dev): bump @babel/plugin-transform-runtime (#3020)
dependabot[bot] Nov 2, 2021
33dd706
fix(deps): bump validator from 13.6.0 to 13.7.0 (#3023)
dependabot[bot] Nov 2, 2021
f009cc6
Merge pull request #3022 from opengovsg/release-5.33.0
karrui Nov 2, 2021
ed3055f
fix(deps): bump aws-sdk from 2.1018.0 to 2.1019.0 (#3025)
dependabot[bot] Nov 2, 2021
fdcdcab
build(deps): bump validator from 13.6.0 to 13.7.0 in /shared (#3029)
dependabot[bot] Nov 5, 2021
bd5f498
fix(deps): bump path-parse from 1.0.6 to 1.0.7 (#3031)
dependabot[bot] Nov 5, 2021
8623928
fix(deps): bump tmpl from 1.0.4 to 1.0.5 (#3032)
dependabot[bot] Nov 5, 2021
df463a2
fix(deps): bump color-string from 1.5.3 to 1.6.0 (#3033)
dependabot[bot] Nov 5, 2021
bf3cb97
fix(deps): bump tar from 6.0.2 to 6.1.11 (#3034)
dependabot[bot] Nov 5, 2021
87cf552
fix(deps): bump node-notifier from 8.0.0 to 8.0.2 (#3035)
dependabot[bot] Nov 8, 2021
d16869d
feat: log sessionUserId in all encrypt-submission controllers (#3041)
karrui Nov 8, 2021
2d435ca
chore: bump version to v5.34.0
karrui Nov 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ 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.34.0](https://github.com/opengovsg/FormSG/compare/v5.33.0...v5.34.0)

- feat: log sessionUserId in all encrypt-submission controllers [`#3041`](https://github.com/opengovsg/FormSG/pull/3041)
- fix(deps): bump node-notifier from 8.0.0 to 8.0.2 [`#3035`](https://github.com/opengovsg/FormSG/pull/3035)
- fix(deps): bump tar from 6.0.2 to 6.1.11 [`#3034`](https://github.com/opengovsg/FormSG/pull/3034)
- fix(deps): bump color-string from 1.5.3 to 1.6.0 [`#3033`](https://github.com/opengovsg/FormSG/pull/3033)
- fix(deps): bump tmpl from 1.0.4 to 1.0.5 [`#3032`](https://github.com/opengovsg/FormSG/pull/3032)
- fix(deps): bump path-parse from 1.0.6 to 1.0.7 [`#3031`](https://github.com/opengovsg/FormSG/pull/3031)
- build(deps): bump validator from 13.6.0 to 13.7.0 in /shared [`#3029`](https://github.com/opengovsg/FormSG/pull/3029)
- fix(deps): bump aws-sdk from 2.1018.0 to 2.1019.0 [`#3025`](https://github.com/opengovsg/FormSG/pull/3025)
- build: merge release 5.33.0 into develop [`#3022`](https://github.com/opengovsg/FormSG/pull/3022)
- fix(deps): bump validator from 13.6.0 to 13.7.0 [`#3023`](https://github.com/opengovsg/FormSG/pull/3023)
- chore(deps-dev): bump @babel/plugin-transform-runtime [`#3020`](https://github.com/opengovsg/FormSG/pull/3020)
- fix(deps): bump @babel/runtime from 7.15.4 to 7.16.0 [`#3021`](https://github.com/opengovsg/FormSG/pull/3021)
- chore(deps-dev): bump @babel/core from 7.15.8 to 7.16.0 [`#3017`](https://github.com/opengovsg/FormSG/pull/3017)
- fix(deps): bump aws-sdk from 2.1016.0 to 2.1018.0 [`#3009`](https://github.com/opengovsg/FormSG/pull/3009)
- chore(deps-dev): bump @babel/preset-env from 7.15.8 to 7.16.0 [`#3016`](https://github.com/opengovsg/FormSG/pull/3016)
- chore(deps-dev): bump @types/validator from 13.6.5 to 13.6.6 [`#3011`](https://github.com/opengovsg/FormSG/pull/3011)
- chore(deps-dev): bump htmlhint from 0.15.2 to 0.16.0 [`#3010`](https://github.com/opengovsg/FormSG/pull/3010)

#### [v5.33.0](https://github.com/opengovsg/FormSG/compare/v5.32.0...v5.33.0)

> 1 November 2021

- fix(deps): bump aws-sdk from 2.1015.0 to 2.1016.0 [`#3008`](https://github.com/opengovsg/FormSG/pull/3008)
- chore: merge release v5.32.0 into develop [`#2991`](https://github.com/opengovsg/FormSG/pull/2991)
- chore(deps-dev): bump type-fest from 2.5.1 to 2.5.2 [`#3005`](https://github.com/opengovsg/FormSG/pull/3005)
Expand All @@ -19,6 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump lint-staged from 11.2.4 to 11.2.5 [`#2994`](https://github.com/opengovsg/FormSG/pull/2994)
- build: release v5.32.0 [`#2989`](https://github.com/opengovsg/FormSG/pull/2989)
- build: Release 5.31.0 [`#2949`](https://github.com/opengovsg/FormSG/pull/2949)
- chore: bump version to 5.33.0 [`53ffe1a`](https://github.com/opengovsg/FormSG/commit/53ffe1a248442b0a7505e505fdf06673ddb9c224)

#### [v5.32.0](https://github.com/opengovsg/FormSG/compare/v5.31.0...v5.32.0)

Expand Down Expand Up @@ -865,7 +888,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(verification): loosen OTP waiting time by 2 seconds [`#1957`](https://github.com/opengovsg/FormSG/pull/1957)
- chore: bump version to 5.12.0 [`85759bc`](https://github.com/opengovsg/FormSG/commit/85759bc9dc01f73da3cbd0ec73c636e58e983948)

#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.0...v5.11.0)
#### [v5.11.0](https://github.com/opengovsg/FormSG/compare/v5.10.1...v5.11.0)

> 25 May 2021

Expand Down Expand Up @@ -933,6 +956,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#1868`](https://github.com/opengovsg/FormSG/pull/1868)
- fix(deps): bump @sentry/integrations from 6.3.5 to 6.3.6 [`#1850`](https://github.com/opengovsg/FormSG/pull/1850)
- chore: bump version to 5.11.0 [`54b1958`](https://github.com/opengovsg/FormSG/commit/54b1958d0968e670ef145461d9d7859384d573ef)

#### [v5.10.1](https://github.com/opengovsg/FormSG/compare/v5.10.0...v5.10.1)

> 17 May 2021

- chore: bump version to v5.10.1 [`0442cd7`](https://github.com/opengovsg/FormSG/commit/0442cd72637019fb1e43bce5f8f5abe14ee79f8c)
- fix: allow for unknown keys in updateEndPage validator [`617d86a`](https://github.com/opengovsg/FormSG/commit/617d86a28910eec6ebd3249a2de636086429d6a6)

Expand Down
Loading