Skip to content

Commit

Permalink
chore: bump version to v6.181.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Feb 27, 2025
1 parent 0fa5595 commit 7ebac15
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.181.0](https://github.com/opengovsg/FormSG/compare/v6.180.0...v6.181.0)

- feat(mrf): respondent rating [`#8133`](https://github.com/opengovsg/FormSG/pull/8133)
- fix: pending step should refer to n+1 [`#8137`](https://github.com/opengovsg/FormSG/pull/8137)
- build: merge release v6.180 to develop [`#8132`](https://github.com/opengovsg/FormSG/pull/8132)
- build: release v6.180.0 [`#8131`](https://github.com/opengovsg/FormSG/pull/8131)

#### [v6.180.0](https://github.com/opengovsg/FormSG/compare/v6.179.0...v6.180.0)

> 25 February 2025

- feat: mrf attachment support in confirmation email [`#8122`](https://github.com/opengovsg/FormSG/pull/8122)
- feat: move banner to growthbook [`#8065`](https://github.com/opengovsg/FormSG/pull/8065)
- fix: return ExpectedResponseNotFoundError as 4xx [`#8126`](https://github.com/opengovsg/FormSG/pull/8126)
Expand All @@ -23,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: also match amount paid [`#8109`](https://github.com/opengovsg/FormSG/pull/8109)
- chore: bump version to v6.179.0 [`1247426`](https://github.com/opengovsg/FormSG/commit/1247426080ba2254a33c8efb3deb51c6cd9f7e9e)
- chore: bump version to v6.178.2 [`618bdff`](https://github.com/opengovsg/FormSG/commit/618bdffa52a73fca82c53283ee7868390af42c91)
- chore: bump version to v6.180.0 [`13b3fc4`](https://github.com/opengovsg/FormSG/commit/13b3fc4c696810eb1c58a54edf4d583894022b52)

#### [v6.179.0](https://github.com/opengovsg/FormSG/compare/v6.178.2...v6.179.0)

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.180.0",
"version": "6.181.0",
"homepage": ".",
"type": "module",
"private": true,
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.180.0",
"version": "6.181.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 7ebac15

Please sign in to comment.