Skip to content

Commit 1f58ab5

Browse files
committed
1.85.0
1 parent a8804f2 commit 1f58ab5

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.85.0](https://github.com/opengovsg/GoGovSG/compare/v1.84.0...v1.85.0)
8+
9+
- chore: add workflwo dispatch event for ci [`#2414`](https://github.com/opengovsg/GoGovSG/pull/2414)
10+
- 1.84.0 [`#2411`](https://github.com/opengovsg/GoGovSG/pull/2411)
11+
712
#### [v1.84.0](https://github.com/opengovsg/GoGovSG/compare/v1.83.0...v1.84.0)
813

14+
> 21 August 2025
15+
916
- chore: remove sgid [`#2394`](https://github.com/opengovsg/GoGovSG/pull/2394)
1017
- feat: start writing RedirectionDestination in redis cache [`#2407`](https://github.com/opengovsg/GoGovSG/pull/2407)
1118
- 1.83.0 [`#2408`](https://github.com/opengovsg/GoGovSG/pull/2408)
@@ -29,17 +36,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2936
- isom-2003 feat(otp): update OTP verification to include IP address [`#2400`](https://github.com/opengovsg/GoGovSG/pull/2400)
3037
- isom-2008 feat(redirect): enhance checks for bypassing transition page [`#2401`](https://github.com/opengovsg/GoGovSG/pull/2401)
3138
- 1.80.0 [to develop] [`#2397`](https://github.com/opengovsg/GoGovSG/pull/2397)
39+
- chore: escape raw html [`#2395`](https://github.com/opengovsg/GoGovSG/pull/2395)
40+
- chore: fix compoute issue from tags [`#2396`](https://github.com/opengovsg/GoGovSG/pull/2396)
41+
- Release 1.79.2 `develop` [`#2392`](https://github.com/opengovsg/GoGovSG/pull/2392)
42+
- chore: correct capitalization of GoGovSG in README.md [`#2390`](https://github.com/opengovsg/GoGovSG/pull/2390)
3243
- feat(otp): update OTP verification to include IP address [`e603ff0`](https://github.com/opengovsg/GoGovSG/commit/e603ff0b019db926f008540a459585d9d6f29651)
3344
- test(otp): add OTP IP-based storage tests to prevent denial of service attacks [`6161aa4`](https://github.com/opengovsg/GoGovSG/commit/6161aa4d6d7e249e5abcd033ada3e8071d57f2fd)
3445
- test(redirect): add comprehensive unit tests for RedirectService functionality [`567eb21`](https://github.com/opengovsg/GoGovSG/commit/567eb215d33fe908c204ef9602ad47424f81adf5)
3546

3647
#### [v1.80.0](https://github.com/opengovsg/GoGovSG/compare/v1.79.2...v1.80.0)
3748

38-
> 15 July 2025
39-
40-
- chore: escape raw html [`#2395`](https://github.com/opengovsg/GoGovSG/pull/2395)
41-
- chore: fix compoute issue from tags [`#2396`](https://github.com/opengovsg/GoGovSG/pull/2396)
42-
- Release 1.79.2 `develop` [`#2392`](https://github.com/opengovsg/GoGovSG/pull/2392)
49+
> 27 June 2025
4350
4451
#### [v1.79.2](https://github.com/opengovsg/GoGovSG/compare/v1.79.1...v1.79.2)
4552

package-lock.json

Lines changed: 2 additions & 2 deletions
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.84.0",
3+
"version": "1.85.0",
44
"description": "Link shortener for Singapore government.",
55
"main": "src/server/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)