Skip to content

Commit e376543

Browse files
committed
1.14.13
1 parent b79d6e1 commit e376543

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ 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.13](https://github.com/opengovsg/checkfirst/compare/v1.14.12...v1.14.13)
8+
9+
- feat: add coverage generation in test CI (for dd) [`#1493`](https://github.com/opengovsg/checkfirst/pull/1493)
10+
- Update table not found error fix in the readme [`#1487`](https://github.com/opengovsg/checkfirst/pull/1487)
11+
- build(ci): update actions, use latest node [`624800d`](https://github.com/opengovsg/checkfirst/commit/624800d746fc8299aa7a135d5ef7dad7b9345007)
12+
- fix(auth): prevent creation of new accounts [`b79d6e1`](https://github.com/opengovsg/checkfirst/commit/b79d6e1ea9badb0a7ded51ddae497b458fe2c4ce)
13+
- fix(helmet): add GTM [`889b55a`](https://github.com/opengovsg/checkfirst/commit/889b55a47051e1ef3fb241ff97e8b3f04195e995)
14+
715
#### [v1.14.12](https://github.com/opengovsg/checkfirst/compare/v1.14.11...v1.14.12)
816

17+
> 23 April 2024
18+
919
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1474`](https://github.com/opengovsg/checkfirst/pull/1474)
1020
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1480`](https://github.com/opengovsg/checkfirst/pull/1480)
1121
- chore(nodejs): bump lambda runtime to 20 [`6375b91`](https://github.com/opengovsg/checkfirst/commit/6375b91aa8889395bd9f7b690b91deb709b6850a)

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