diff --git a/CHANGELOG.md b/CHANGELOG.md index 874101ed..92d73792 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.14.5](https://github.com/opengovsg/checkfirst/compare/v1.14.4...v1.14.5) + +- fix(if): support Unit types [`#1340`](https://github.com/opengovsg/checkfirst/pull/1340) +- docs: add section on possible issues with code [`#1320`](https://github.com/opengovsg/checkfirst/pull/1320) +- [develop] release 1.14.4 [`#1319`](https://github.com/opengovsg/checkfirst/pull/1319) + #### [v1.14.4](https://github.com/opengovsg/checkfirst/compare/v1.14.3...v1.14.4) +> 25 August 2022 + - chore(lambda): upgrade runtime to node 16 [`#1317`](https://github.com/opengovsg/checkfirst/pull/1317) - [develop] release 1.14.3 [`#1316`](https://github.com/opengovsg/checkfirst/pull/1316) diff --git a/package-lock.json b/package-lock.json index 0f2c72a3..b11cb6d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.4", + "version": "1.14.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/checkfirst", - "version": "1.14.4", + "version": "1.14.5", "license": "MIT", "dependencies": { "@chakra-ui/react": "^1.6.10", diff --git a/package.json b/package.json index ae78541f..fb9bbbb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.4", + "version": "1.14.5", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",