Skip to content

Commit

Permalink
chore: bump version to v6.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Oct 3, 2023
1 parent 1f91bba commit 5ff86cd
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,32 @@ 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).

#### [v6.79.0](https://github.com/opengovsg/FormSG/compare/v6.78.2...v6.79.0)

- feat: rename NRIC field to NRIC/FIN [`#6759`](https://github.com/opengovsg/FormSG/pull/6759)
- chore: fix snyk vulnerabilities [`#6728`](https://github.com/opengovsg/FormSG/pull/6728)
- chore: update hydrogen alpine [`#6752`](https://github.com/opengovsg/FormSG/pull/6752)
- fix(deps): bump libphonenumber-js from 1.10.43 to 1.10.45 in /shared [`#6753`](https://github.com/opengovsg/FormSG/pull/6753)
- feat(payment): invoice through s3 [`#6733`](https://github.com/opengovsg/FormSG/pull/6733)
- fix: reinstate MyInfo verified field indicator for MyInfo child DOB [`#6751`](https://github.com/opengovsg/FormSG/pull/6751)
- feat(virus-scanner): download clean file [`#6747`](https://github.com/opengovsg/FormSG/pull/6747)
- fix: rm growthbook legacy streaming prop [`#6744`](https://github.com/opengovsg/FormSG/pull/6744)
- chore: use correct branch for scanner cron job [`#6746`](https://github.com/opengovsg/FormSG/pull/6746)
- revert: "chore: update hydrogen-alpine version (#6720)" [`#6748`](https://github.com/opengovsg/FormSG/pull/6748)
- feat(virus-scanner): invoke lambda to scan file [`#6734`](https://github.com/opengovsg/FormSG/pull/6734)
- fix: redirect to frontend app after myinfo log in (for local dev environment) [`#6743`](https://github.com/opengovsg/FormSG/pull/6743)
- chore: update hydrogen-alpine version [`#6720`](https://github.com/opengovsg/FormSG/pull/6720)
- fix: display error message when myinfo child fields are not filled in [`#6735`](https://github.com/opengovsg/FormSG/pull/6735)
- build: merge v6.78.2 back into develop [`#6742`](https://github.com/opengovsg/FormSG/pull/6742)
- fix: hotfix for 500 errors thrown on email bounce notification endpoint [`#6741`](https://github.com/opengovsg/FormSG/pull/6741)
- build: merge v6.78.1 into develop [`#6738`](https://github.com/opengovsg/FormSG/pull/6738)

#### [v6.78.2](https://github.com/opengovsg/FormSG/compare/v6.78.1...v6.78.2)

> 21 September 2023

- build: release v6.78.0 [`#6736`](https://github.com/opengovsg/FormSG/pull/6736)
- chore: bump version to 6.78.2 [`c15f993`](https://github.com/opengovsg/FormSG/commit/c15f9932295d994a93fc28cc0ee294cd3961972e)
- fix: correctly parse bounce notification commonHeaders.to [`849efad`](https://github.com/opengovsg/FormSG/commit/849efad49a5d7da23239c2c3a8a7275ad8415fa5)

#### [v6.78.1](https://github.com/opengovsg/FormSG/compare/v6.78.0...v6.78.1)
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-frontend",
"version": "6.78.0",
"version": "6.79.0",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.78.2",
"version": "6.79.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 5ff86cd

Please sign in to comment.