From e8a35bfeea3fa4b859680d158dc163f58bc8136c Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Wed, 29 Nov 2023 17:56:29 +0800 Subject: [PATCH] 1.14.11 --- CHANGELOG.md | 14 +++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a5335c..2be7e418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.11](https://github.com/opengovsg/checkfirst/compare/v1.14.10...v1.14.11) + +- 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) +> 28 November 2023 + - fix: package.json & package-lock.json to reduce vulnerabilities [`#1449`](https://github.com/opengovsg/checkfirst/pull/1449) #### [v1.14.9](https://github.com/opengovsg/checkfirst/compare/v1.14.8...v1.14.9) @@ -13,13 +19,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 3 November 2023 - fix(checker): 404 if inactive [`9c1e6ea`](https://github.com/opengovsg/checkfirst/commit/9c1e6eab1d381a28d93fe65995e77b4e8f49b2a1) +- fix: coerce output to number if numeric [`2f2a0c1`](https://github.com/opengovsg/checkfirst/commit/2f2a0c176f09b23a640a117da266d8a96311cf8e) +- chore: remove lockfile-lint for spurious CI errors [`915cae8`](https://github.com/opengovsg/checkfirst/commit/915cae8ad38b3b8663702f59ac14431cab53b150) #### [v1.14.8](https://github.com/opengovsg/checkfirst/compare/v1.14.7...v1.14.8) > 8 August 2023 -- fix: coerce output to number if numeric [`2f2a0c1`](https://github.com/opengovsg/checkfirst/commit/2f2a0c176f09b23a640a117da266d8a96311cf8e) -- chore: remove lockfile-lint for spurious CI errors [`915cae8`](https://github.com/opengovsg/checkfirst/commit/915cae8ad38b3b8663702f59ac14431cab53b150) +- fix: coerce output to number if numeric [`8a5827a`](https://github.com/opengovsg/checkfirst/commit/8a5827a0ba208d27b3ee432841473875efbb001b) +- chore: remove lockfile-lint for spurious CI errors [`e566920`](https://github.com/opengovsg/checkfirst/commit/e5669204e4bd71166566d46cf7e2ecd6b49483a0) #### [v1.14.7](https://github.com/opengovsg/checkfirst/compare/v1.14.6...v1.14.7) @@ -285,12 +293,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - feat(sort-last-update): order checkers by last updated [`#389`](https://github.com/opengovsg/checkfirst/pull/389) - feat(hover-state-desc): add hover state descriptions to icon buttons [`#370`](https://github.com/opengovsg/checkfirst/pull/370) - [develop] Release 1.2.1 [`#379`](https://github.com/opengovsg/checkfirst/pull/379) +- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385) #### [v1.2.1](https://github.com/opengovsg/checkfirst/compare/v1.2.0...v1.2.1) > 14 April 2021 -- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385) - fix: change bg to white for login and otp inputs [`#377`](https://github.com/opengovsg/checkfirst/pull/377) - fix: sort references based on order in question and logic tab [`#368`](https://github.com/opengovsg/checkfirst/pull/368) - fix: make the AND/OR button in the IF/ELSE component obvious [`#362`](https://github.com/opengovsg/checkfirst/pull/362) diff --git a/package-lock.json b/package-lock.json index 30e0cb1f..8a6cb46f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.10", + "version": "1.14.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/checkfirst", - "version": "1.14.10", + "version": "1.14.11", "license": "MIT", "dependencies": { "@chakra-ui/react": "^1.6.10", diff --git a/package.json b/package.json index 22fa4788..8ca6914b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.10", + "version": "1.14.11", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",