Skip to content

Commit

Permalink
chore: bump version to v6.159.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Nov 7, 2024
1 parent a8ece36 commit 02fbd76
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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.159.0](https://github.com/opengovsg/FormSG/compare/v6.158.2...v6.159.0)

- chore: log email on error [`#7863`](https://github.com/opengovsg/FormSG/pull/7863)
- build: merge release v6.158.2 to develop [`#7864`](https://github.com/opengovsg/FormSG/pull/7864)
- fix: date utc and typing issues [`#7862`](https://github.com/opengovsg/FormSG/pull/7862)
- build: release v6.158.2 [`#7860`](https://github.com/opengovsg/FormSG/pull/7860)
- build: merge release v6.158.1 to develop [`#7852`](https://github.com/opengovsg/FormSG/pull/7852)
- fix: handle string response in DTO for date validation object [`#7850`](https://github.com/opengovsg/FormSG/pull/7850)
- fix: add missed v3 to log [`#7851`](https://github.com/opengovsg/FormSG/pull/7851)
- fix(deps): bump openai from 4.63.0 to 4.70.3 [`#7841`](https://github.com/opengovsg/FormSG/pull/7841)

#### [v6.158.2](https://github.com/opengovsg/FormSG/compare/v6.158.1...v6.158.2)

> 7 November 2024

- chore(typing): date [`#7861`](https://github.com/opengovsg/FormSG/pull/7861)
- fix(calendar): incorrect date conversion [`#7859`](https://github.com/opengovsg/FormSG/pull/7859)
- fix: use settimeout instead of debounce [`#7856`](https://github.com/opengovsg/FormSG/pull/7856)
- fix: add debounce to break infinite call loop (#7848) [`#7849`](https://github.com/opengovsg/FormSG/pull/7849)

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.158.2",
"version": "6.159.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.158.2",
"version": "6.159.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 02fbd76

Please sign in to comment.