Skip to content

Commit

Permalink
chore: bump version to v6.176.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Jan 23, 2025
1 parent 898d922 commit f36ffcf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,31 @@ 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.175.0](https://github.com/opengovsg/FormSG/compare/v6.175.0...v6.175.0)
#### [v6.176.0](https://github.com/opengovsg/FormSG/compare/v6.176.0...v6.176.0)

- feat: speed up encryption and decryption with precomputation [`#8052`](https://github.com/opengovsg/FormSG/pull/8052)
- fix(deps): bump libphonenumber-js from 1.11.17 to 1.11.18 in /shared [`#8057`](https://github.com/opengovsg/FormSG/pull/8057)
- chore: update virus-scanner node version [`#8069`](https://github.com/opengovsg/FormSG/pull/8069)

#### [v6.176.0](https://github.com/opengovsg/FormSG/compare/v6.175.0...v6.176.0)

> 23 January 2025

- feat: add retry for clamav init [`#8067`](https://github.com/opengovsg/FormSG/pull/8067)
- build: merge release v6.175.0 to develop [`#8064`](https://github.com/opengovsg/FormSG/pull/8064)
- build: release v6.175.0 [`#8055`](https://github.com/opengovsg/FormSG/pull/8055)
- chore: bump version to v6.176.0 [`c308767`](https://github.com/opengovsg/FormSG/commit/c3087674f6b2adb7f36fc6e712db8d211addfb76)

#### [v6.175.0](https://github.com/opengovsg/FormSG/compare/v6.174.0...v6.175.0)

> 16 January 2025
> 20 January 2025

- feat: speed up encryption and decryption with precomputation [`#8052`](https://github.com/opengovsg/FormSG/pull/8052)
- fix(deps): bump libphonenumber-js from 1.11.17 to 1.11.18 in /shared [`#8057`](https://github.com/opengovsg/FormSG/pull/8057)
- fix: paragraph markdown styling error [`#8051`](https://github.com/opengovsg/FormSG/pull/8051)
- build: merge release v6.174.0 to develop [`#8050`](https://github.com/opengovsg/FormSG/pull/8050)
- * fix(deps): bump libphonenumber-js from 1.11.16 to 1.11.17 in /shared (#8021) [`#8039`](https://github.com/opengovsg/FormSG/pull/8039)
- fix(deps): bump zod from 3.23.8 to 3.24.1 in /shared [`#7996`](https://github.com/opengovsg/FormSG/pull/7996)
- fix(deps): bump type-fest from 4.30.2 to 4.32.0 in /shared [`#8037`](https://github.com/opengovsg/FormSG/pull/8037)
- chore: bump version to v6.175.0 [`1aac70b`](https://github.com/opengovsg/FormSG/commit/1aac70bd7210d5862bd46b129ec86afc7ceccc50)
- chore: bump version to v6.175.0 [`d31bb97`](https://github.com/opengovsg/FormSG/commit/d31bb9717625d365d6798a51d8235b5acdab706c)

#### [v6.174.0](https://github.com/opengovsg/FormSG/compare/v6.173.1...v6.174.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.175.0",
"version": "6.176.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.175.0",
"version": "6.176.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit f36ffcf

Please sign in to comment.