Skip to content

Commit

Permalink
chore: bump version to v6.140.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Aug 8, 2024
1 parent 90fbd45 commit 5ff8367
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@ 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.139.0](https://github.com/opengovsg/FormSG/compare/v6.139.0...v6.139.0)
#### [v6.140.0](https://github.com/opengovsg/FormSG/compare/v6.139.0...v6.140.0)

- fix: forbid stripe acc connection with pdf summary enabled [`#7570`](https://github.com/opengovsg/FormSG/pull/7570)
- fix: failing gh actions due to runner out of disk space [`#7565`](https://github.com/opengovsg/FormSG/pull/7565)
- refactor: worker pool [`#7553`](https://github.com/opengovsg/FormSG/pull/7553)
- chore(admin): mrf v1.1 content [`#7579`](https://github.com/opengovsg/FormSG/pull/7579)
- build: merge release v6.139.0 to develop [`#7575`](https://github.com/opengovsg/FormSG/pull/7575)
- docs: remove Sentry references and .sentryignore file [`#7573`](https://github.com/opengovsg/FormSG/pull/7573)
- build: release v6.139.0 [`#7564`](https://github.com/opengovsg/FormSG/pull/7564)

#### [v6.139.0](https://github.com/opengovsg/FormSG/compare/v6.138.0...v6.139.0)

> 5 August 2024
> 6 August 2024

- fix: forbid stripe acc connection with pdf summary enabled [`#7570`](https://github.com/opengovsg/FormSG/pull/7570)
- fix: failing gh actions due to runner out of disk space [`#7565`](https://github.com/opengovsg/FormSG/pull/7565)
- fix: enable pdf attachment for encrypt mode forms [`#7523`](https://github.com/opengovsg/FormSG/pull/7523)
- build: merge release v6.138.0 to develop [`#7559`](https://github.com/opengovsg/FormSG/pull/7559)
- chore: remove unused sgid toggle [`#7563`](https://github.com/opengovsg/FormSG/pull/7563)
- build: release v6.138.0 [`#7558`](https://github.com/opengovsg/FormSG/pull/7558)
- chore: bump version to v6.139.0 [`711b328`](https://github.com/opengovsg/FormSG/commit/711b328e999091e5e3ed52968087efa6894385ca)
- chore: bump version to v6.139.0 [`90ff12e`](https://github.com/opengovsg/FormSG/commit/90ff12e2178e29bc351fe6ef7c4b054a647b4258)

#### [v6.138.0](https://github.com/opengovsg/FormSG/compare/v6.137.0...v6.138.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.139.0",
"version": "6.140.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.139.0",
"version": "6.140.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 5ff8367

Please sign in to comment.