Skip to content

Commit c2dcee0

Browse files
committed
1.14.12
1 parent f3112a4 commit c2dcee0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.12](https://github.com/opengovsg/checkfirst/compare/v1.14.11...v1.14.12)
8+
9+
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1474`](https://github.com/opengovsg/checkfirst/pull/1474)
10+
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1480`](https://github.com/opengovsg/checkfirst/pull/1480)
11+
- chore(nodejs): bump lambda runtime to 20 [`6375b91`](https://github.com/opengovsg/checkfirst/commit/6375b91aa8889395bd9f7b690b91deb709b6850a)
12+
713
#### [v1.14.11](https://github.com/opengovsg/checkfirst/compare/v1.14.10...v1.14.11)
814

15+
> 29 November 2023
16+
917
- fix(published): if inactive, check user for authz [`3ec84ac`](https://github.com/opengovsg/checkfirst/commit/3ec84ac0edc76e4403bc607d299c7c5739187696)
1018

1119
#### [v1.14.10](https://github.com/opengovsg/checkfirst/compare/v1.14.9...v1.14.10)

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.11",
3+
"version": "1.14.12",
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)