diff --git a/CHANGELOG.md b/CHANGELOG.md index 208fc8e7..e4205959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.80.0](https://github.com/opengovsg/GoGovSG/compare/v1.79.1...v1.80.0) + +- chore: fix codeql [`#2385`](https://github.com/opengovsg/GoGovSG/pull/2385) +- chore: fix formatting [`#2384`](https://github.com/opengovsg/GoGovSG/pull/2384) +- [develop] 1.79.1 [`#2383`](https://github.com/opengovsg/GoGovSG/pull/2383) + #### [v1.79.1](https://github.com/opengovsg/GoGovSG/compare/v1.79.0...v1.79.1) +> 17 June 2025 + - fix: remove statistics repo [`#2381`](https://github.com/opengovsg/GoGovSG/pull/2381) - build(deps-dev): bump @babel/traverse from 7.14.8 to 7.24.7 [`#2330`](https://github.com/opengovsg/GoGovSG/pull/2330) - chore: pipe test results to datadog [`#2342`](https://github.com/opengovsg/GoGovSG/pull/2342) diff --git a/package-lock.json b/package-lock.json index 5eab7656..69fc36b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "GoGovSG", - "version": "1.79.1", + "version": "1.80.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "GoGovSG", - "version": "1.79.1", + "version": "1.80.0", "license": "MIT", "dependencies": { "@datadog/browser-rum": "^4.15.0", diff --git a/package.json b/package.json index bf0854ce..c685d75b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GoGovSG", - "version": "1.79.1", + "version": "1.80.0", "description": "Link shortener for Singapore government.", "main": "src/server/index.js", "scripts": {