Skip to content

Commit e8a35bf

Browse files
committed
1.14.11
1 parent 3ec84ac commit e8a35bf

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.14.11](https://github.com/opengovsg/checkfirst/compare/v1.14.10...v1.14.11)
8+
9+
- fix(published): if inactive, check user for authz [`3ec84ac`](https://github.com/opengovsg/checkfirst/commit/3ec84ac0edc76e4403bc607d299c7c5739187696)
10+
711
#### [v1.14.10](https://github.com/opengovsg/checkfirst/compare/v1.14.9...v1.14.10)
812

13+
> 28 November 2023
14+
915
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1449`](https://github.com/opengovsg/checkfirst/pull/1449)
1016

1117
#### [v1.14.9](https://github.com/opengovsg/checkfirst/compare/v1.14.8...v1.14.9)
1218

1319
> 3 November 2023
1420
1521
- fix(checker): 404 if inactive [`9c1e6ea`](https://github.com/opengovsg/checkfirst/commit/9c1e6eab1d381a28d93fe65995e77b4e8f49b2a1)
22+
- fix: coerce output to number if numeric [`2f2a0c1`](https://github.com/opengovsg/checkfirst/commit/2f2a0c176f09b23a640a117da266d8a96311cf8e)
23+
- chore: remove lockfile-lint for spurious CI errors [`915cae8`](https://github.com/opengovsg/checkfirst/commit/915cae8ad38b3b8663702f59ac14431cab53b150)
1624

1725
#### [v1.14.8](https://github.com/opengovsg/checkfirst/compare/v1.14.7...v1.14.8)
1826

1927
> 8 August 2023
2028
21-
- fix: coerce output to number if numeric [`2f2a0c1`](https://github.com/opengovsg/checkfirst/commit/2f2a0c176f09b23a640a117da266d8a96311cf8e)
22-
- chore: remove lockfile-lint for spurious CI errors [`915cae8`](https://github.com/opengovsg/checkfirst/commit/915cae8ad38b3b8663702f59ac14431cab53b150)
29+
- fix: coerce output to number if numeric [`8a5827a`](https://github.com/opengovsg/checkfirst/commit/8a5827a0ba208d27b3ee432841473875efbb001b)
30+
- chore: remove lockfile-lint for spurious CI errors [`e566920`](https://github.com/opengovsg/checkfirst/commit/e5669204e4bd71166566d46cf7e2ecd6b49483a0)
2331

2432
#### [v1.14.7](https://github.com/opengovsg/checkfirst/compare/v1.14.6...v1.14.7)
2533

@@ -285,12 +293,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
285293
- feat(sort-last-update): order checkers by last updated [`#389`](https://github.com/opengovsg/checkfirst/pull/389)
286294
- feat(hover-state-desc): add hover state descriptions to icon buttons [`#370`](https://github.com/opengovsg/checkfirst/pull/370)
287295
- [develop] Release 1.2.1 [`#379`](https://github.com/opengovsg/checkfirst/pull/379)
296+
- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385)
288297

289298
#### [v1.2.1](https://github.com/opengovsg/checkfirst/compare/v1.2.0...v1.2.1)
290299

291300
> 14 April 2021
292301
293-
- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385)
294302
- fix: change bg to white for login and otp inputs [`#377`](https://github.com/opengovsg/checkfirst/pull/377)
295303
- fix: sort references based on order in question and logic tab [`#368`](https://github.com/opengovsg/checkfirst/pull/368)
296304
- fix: make the AND/OR button in the IF/ELSE component obvious [`#362`](https://github.com/opengovsg/checkfirst/pull/362)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opengovsg/checkfirst",
3-
"version": "1.14.10",
3+
"version": "1.14.11",
44
"description": "Calculators and eligibility checkers for Singapore Government policies",
55
"main": "build/server/index.js",
66
"homepage": "https://checkfirst.gov.sg",

0 commit comments

Comments
 (0)