Skip to content

Commit 797a4c7

Browse files
committed
1.84.0
1 parent fa0f10c commit 797a4c7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.84.0](https://github.com/opengovsg/GoGovSG/compare/v1.83.0...v1.84.0)
8+
9+
- chore: remove sgid [`#2394`](https://github.com/opengovsg/GoGovSG/pull/2394)
10+
- feat: start writing RedirectionDestination in redis cache [`#2407`](https://github.com/opengovsg/GoGovSG/pull/2407)
11+
- 1.83.0 [`#2408`](https://github.com/opengovsg/GoGovSG/pull/2408)
12+
713
#### [v1.83.0](https://github.com/opengovsg/GoGovSG/compare/v1.82.0...v1.83.0)
814

15+
> 20 August 2025
16+
917
- feat: check for malicious link just before redirect [`#2403`](https://github.com/opengovsg/GoGovSG/pull/2403)
1018
- feat: add safeBrowsingExpiry column to urls table [`#2402`](https://github.com/opengovsg/GoGovSG/pull/2402)
1119
- Release 1.82.0 [to develop] [`#2405`](https://github.com/opengovsg/GoGovSG/pull/2405)

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.83.0",
3+
"version": "1.84.0",
44
"description": "Link shortener for Singapore government.",
55
"main": "src/server/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)