diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be7e418..62a0945a 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.12](https://github.com/opengovsg/checkfirst/compare/v1.14.11...v1.14.12) + +- fix: package.json & package-lock.json to reduce vulnerabilities [`#1474`](https://github.com/opengovsg/checkfirst/pull/1474) +- fix: package.json & package-lock.json to reduce vulnerabilities [`#1480`](https://github.com/opengovsg/checkfirst/pull/1480) +- chore(nodejs): bump lambda runtime to 20 [`6375b91`](https://github.com/opengovsg/checkfirst/commit/6375b91aa8889395bd9f7b690b91deb709b6850a) + #### [v1.14.11](https://github.com/opengovsg/checkfirst/compare/v1.14.10...v1.14.11) +> 29 November 2023 + - fix(published): if inactive, check user for authz [`3ec84ac`](https://github.com/opengovsg/checkfirst/commit/3ec84ac0edc76e4403bc607d299c7c5739187696) #### [v1.14.10](https://github.com/opengovsg/checkfirst/compare/v1.14.9...v1.14.10) diff --git a/package-lock.json b/package-lock.json index fe0e1c1c..a7cbafd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.11", + "version": "1.14.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/checkfirst", - "version": "1.14.11", + "version": "1.14.12", "license": "MIT", "dependencies": { "@chakra-ui/react": "^1.6.10", diff --git a/package.json b/package.json index b3594c8d..2482d427 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.11", + "version": "1.14.12", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",