From 586f6b7671a6884025f43923d71f0be66a6504db Mon Sep 17 00:00:00 2001 From: Preston Lim Date: Thu, 17 Feb 2022 22:36:40 +0800 Subject: [PATCH] chore: bump version to 1.14.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a945561c..7d70c11ad 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). +#### [v1.14.0](https://github.com/opengovsg/checkfirst/compare/v1.13.2...v1.14.0) + +- fix: set default date to midnight [`#1254`](https://github.com/opengovsg/checkfirst/pull/1254) +- fix: upgrade react-ace from 9.4.4 to 9.4.5 [`#1147`](https://github.com/opengovsg/checkfirst/pull/1147) +- chore: disable `webpack-dev-server` warnings overlay [`#1115`](https://github.com/opengovsg/checkfirst/pull/1115) +- [develop] Release 1.13.2 [`#1110`](https://github.com/opengovsg/checkfirst/pull/1110) + #### [v1.13.2](https://github.com/opengovsg/checkfirst/compare/v1.13.1...v1.13.2) +> 5 October 2021 + - feat: remove extra whoami call for public checker page [`#1102`](https://github.com/opengovsg/checkfirst/pull/1102) - chore: upgrade to jest and ts-jest [`#1098`](https://github.com/opengovsg/checkfirst/pull/1098) - fix: replace deprecated disableHostCheck config [`#1097`](https://github.com/opengovsg/checkfirst/pull/1097) diff --git a/package-lock.json b/package-lock.json index 743ef7e24..0bcc320bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.13.2", + "version": "1.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dde084bf7..cb99efd5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.13.2", + "version": "1.14.0", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",