From a8ff80c58f8e87099b24f7b6fd56ae094b851642 Mon Sep 17 00:00:00 2001 From: thamsimun Date: Wed, 13 Dec 2023 11:31:00 +0800 Subject: [PATCH] 1.78.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e9ed9c..5ea72f44 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.0](https://github.com/opengovsg/GoGovSG/compare/v1.77.2...v1.78.0) + +- feat: remove verify message button linking to checkwho [`#2284`](https://github.com/opengovsg/GoGovSG/pull/2284) +- [develop] 1.77.2 [`#2279`](https://github.com/opengovsg/GoGovSG/pull/2279) + #### [v1.77.2](https://github.com/opengovsg/GoGovSG/compare/v1.77.1...v1.77.2) +> 2 October 2023 + - [Snyk] Security upgrade sharp from 0.30.7 to 0.32.6 [`#2277`](https://github.com/opengovsg/GoGovSG/pull/2277) - build(deps): bump import-in-the-middle from 1.4.1 to 1.4.2 [`#2259`](https://github.com/opengovsg/GoGovSG/pull/2259) - [Develop] 1.77.1 [`#2267`](https://github.com/opengovsg/GoGovSG/pull/2267) diff --git a/package-lock.json b/package-lock.json index 125b8a16..ceabdbcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "GoGovSG", - "version": "1.77.2", + "version": "1.78.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.77.2", + "version": "1.78.0", "license": "MIT", "dependencies": { "@datadog/browser-rum": "^4.15.0", diff --git a/package.json b/package.json index 6b560107..7adce081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GoGovSG", - "version": "1.77.2", + "version": "1.78.0", "description": "Link shortener for Singapore government.", "main": "src/server/index.js", "scripts": {