From b8e2accf72cf33aee96903304f349cc4da27b035 Mon Sep 17 00:00:00 2001 From: tshuli Date: Tue, 9 Jan 2024 10:23:04 +0800 Subject: [PATCH] chore: bump version to 6.100.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7670302280..14c63e03d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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). +#### [v6.100.0](https://github.com/opengovsg/FormSG/compare/v6.99.0...v6.100.0) + +- build: release v6.99.0 [`#7006`](https://github.com/opengovsg/FormSG/pull/7006) +- chore: remove old encrypt submission route [`02aacc2`](https://github.com/opengovsg/FormSG/commit/02aacc24a47d310dbc9aba51b69481ba41c2680c) +- chore: remove non encryption boundary fallback on frontend [`a1972f4`](https://github.com/opengovsg/FormSG/commit/a1972f4dd0106a0147be827e9fed0de57c84efe5) +- chore: remove feature flags [`0da0f61`](https://github.com/opengovsg/FormSG/commit/0da0f6143f32d9e33a9fcccda9900d031243fb97) + #### [v6.99.0](https://github.com/opengovsg/FormSG/compare/v6.98.0...v6.99.0) +> 8 January 2024 + - chore: add advertising for Checkpoint [`#7005`](https://github.com/opengovsg/FormSG/pull/7005) - chore(deps): update libphonenumber-js package [`#6904`](https://github.com/opengovsg/FormSG/pull/6904) - fix(mrf): loading checkbox response, ui fixes [`#6997`](https://github.com/opengovsg/FormSG/pull/6997) @@ -14,6 +23,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - build: merge release v6.98.0 into develop [`#6995`](https://github.com/opengovsg/FormSG/pull/6995) - build: release v6.98.0 [`#6994`](https://github.com/opengovsg/FormSG/pull/6994) - chore: bump version to v6.98.0 [`614d3a1`](https://github.com/opengovsg/FormSG/commit/614d3a1af0640525a9b0b66116230d1113431c2f) +- chore: bump version to v6.99.0 [`30cc270`](https://github.com/opengovsg/FormSG/commit/30cc270dc51adaead44a3446e19f642cf0280288) #### [v6.98.0](https://github.com/opengovsg/FormSG/compare/v6.97.0...v6.98.0) diff --git a/package-lock.json b/package-lock.json index 03f1dbf3b1..035571ee02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.99.0", + "version": "6.100.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.99.0", + "version": "6.100.0", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index 21b9db64c4..307b8fc706 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.99.0", + "version": "6.100.0", "homepage": "https://form.gov.sg", "authors": [ "FormSG "