Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[develop] Release 1.63.0 #1835

Merged
merged 1 commit into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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).

#### [v1.63.0](https://github.com/opengovsg/GoGovSG/compare/v1.62.0...v1.63.0)

- chore: log user email in malicious file upload alert [`#1832`](https://github.com/opengovsg/GoGovSG/pull/1832)
- chore: add transactional lock on CREATE OR REPLACE function [`#1831`](https://github.com/opengovsg/GoGovSG/pull/1831)
- [develop] Release 1.62.0 [`#1825`](https://github.com/opengovsg/GoGovSG/pull/1825)

#### [v1.62.0](https://github.com/opengovsg/GoGovSG/compare/v1.60.0...v1.62.0)

> 28 April 2022

- feat: add health variant & centralise assetVariant switch [`#1821`](https://github.com/opengovsg/GoGovSG/pull/1821)
- chore: update readme [`#1818`](https://github.com/opengovsg/GoGovSG/pull/1818)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1822`](https://github.com/opengovsg/GoGovSG/pull/1822)
Expand All @@ -18,8 +26,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1802`](https://github.com/opengovsg/GoGovSG/pull/1802)
- [develop] Release 1.60.0 [`#1797`](https://github.com/opengovsg/GoGovSG/pull/1797)
- feat: copy assets from edu for health as placeholders [`0417c15`](https://github.com/opengovsg/GoGovSG/commit/0417c15e5ed5fae03262f40d237ac2bcb2410898)
- chore: add health asset variant [`87573bc`](https://github.com/opengovsg/GoGovSG/commit/87573bcc287e21b2d80efc9e445a97a89383e0e5)
- feat: convert webpack config to ts, use SSOT for asset-variant [`3d5d953`](https://github.com/opengovsg/GoGovSG/commit/3d5d95376b23ea0be9e5890add9c43425bf2f808)
- feat: update assetVariant imports to use centralised import [`efe9181`](https://github.com/opengovsg/GoGovSG/commit/efe9181f6e0e568dfc2d56583df8ad0849068c32)

#### [v1.60.0](https://github.com/opengovsg/GoGovSG/compare/v1.59.0...v1.60.0)

Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "GoGovSG",
"version": "1.62.0",
"version": "1.63.0",
"description": "Link shortener for Singapore government.",
"main": "src/server/index.js",
"scripts": {
Expand Down