diff --git a/CHANGELOG.md b/CHANGELOG.md index ed267989..c3c4fa85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.78.2](https://github.com/opengovsg/GoGovSG/compare/v1.78.1...v1.78.2) + +- Chore/fix user query [`#2299`](https://github.com/opengovsg/GoGovSG/pull/2299) +- [develop] 1.78.1 [`#2298`](https://github.com/opengovsg/GoGovSG/pull/2298) + #### [v1.78.1](https://github.com/opengovsg/GoGovSG/compare/v1.78.0...v1.78.1) +> 19 February 2024 + - build(deps): bump webpack-dev-server from 3 to 4 [`#2291`](https://github.com/opengovsg/GoGovSG/pull/2291) - chore: fix serverless plugin include dependencies to v5 [`#2290`](https://github.com/opengovsg/GoGovSG/pull/2290) - build(deps): bump node from 16 to 18 [`#2285`](https://github.com/opengovsg/GoGovSG/pull/2285) diff --git a/package-lock.json b/package-lock.json index c65bd850..1998bcbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "GoGovSG", - "version": "1.78.1", + "version": "1.78.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "GoGovSG", - "version": "1.78.1", + "version": "1.78.2", "license": "MIT", "dependencies": { "@datadog/browser-rum": "^4.15.0", diff --git a/package.json b/package.json index b57f7286..956d15a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GoGovSG", - "version": "1.78.1", + "version": "1.78.2", "description": "Link shortener for Singapore government.", "main": "src/server/index.js", "scripts": {