Skip to content

Commit c67c9ba

Browse files
authored
Merge pull request #1842 from opengovsg/release-1.64
[develop] 1.64.0
2 parents 2613a34 + 222cd73 commit c67c9ba

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.64.0](https://github.com/opengovsg/GoGovSG/compare/v1.63.0...v1.64.0)
8+
9+
- Chore/update go env [`#1840`](https://github.com/opengovsg/GoGovSG/pull/1840)
10+
- [develop] Release 1.63.0 [`#1835`](https://github.com/opengovsg/GoGovSG/pull/1835)
11+
- chore: update deployment environment for go [`1bf7c66`](https://github.com/opengovsg/GoGovSG/commit/1bf7c6603a5bbab91d88baf50ae5eb3ae6f90b55)
12+
- fix: group variables by environment [`f620fdf`](https://github.com/opengovsg/GoGovSG/commit/f620fdf45c139ded6f00b6372df33ef636caf123)
13+
- chore: print regex-matched keys for sanity check [`6785e07`](https://github.com/opengovsg/GoGovSG/commit/6785e0727658c9e05cee2ac608a4f18a3025a9fa)
14+
715
#### [v1.63.0](https://github.com/opengovsg/GoGovSG/compare/v1.62.0...v1.63.0)
816

17+
> 12 May 2022
18+
919
- chore: log user email in malicious file upload alert [`#1832`](https://github.com/opengovsg/GoGovSG/pull/1832)
1020
- chore: add transactional lock on CREATE OR REPLACE function [`#1831`](https://github.com/opengovsg/GoGovSG/pull/1831)
1121
- [develop] Release 1.62.0 [`#1825`](https://github.com/opengovsg/GoGovSG/pull/1825)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GoGovSG",
3-
"version": "1.63.0",
3+
"version": "1.64.0",
44
"description": "Link shortener for Singapore government.",
55
"main": "src/server/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)