Skip to content

Commit 8742777

Browse files
authored
1.83.0 (#2408)
2 parents ad43c42 + 3997a79 commit 8742777

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.83.0](https://github.com/opengovsg/GoGovSG/compare/v1.82.0...v1.83.0)
8+
9+
- feat: check for malicious link just before redirect [`#2403`](https://github.com/opengovsg/GoGovSG/pull/2403)
10+
- feat: add safeBrowsingExpiry column to urls table [`#2402`](https://github.com/opengovsg/GoGovSG/pull/2402)
11+
- Release 1.82.0 [to develop] [`#2405`](https://github.com/opengovsg/GoGovSG/pull/2405)
12+
713
#### [v1.82.0](https://github.com/opengovsg/GoGovSG/compare/v1.81.0...v1.82.0)
814

15+
> 31 July 2025
16+
917
#### [v1.81.0](https://github.com/opengovsg/GoGovSG/compare/v1.80.0...v1.81.0)
1018

1119
> 24 July 2025

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

0 commit comments

Comments
 (0)