Skip to content

Commit 3e6a207

Browse files
committed
1.14.8
1 parent 915cae8 commit 3e6a207

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.8](https://github.com/opengovsg/checkfirst/compare/v1.14.7...v1.14.8)
8+
9+
- fix: coerce output to number if numeric [`8a5827a`](https://github.com/opengovsg/checkfirst/commit/8a5827a0ba208d27b3ee432841473875efbb001b)
10+
- chore: remove lockfile-lint for spurious CI errors [`e566920`](https://github.com/opengovsg/checkfirst/commit/e5669204e4bd71166566d46cf7e2ecd6b49483a0)
11+
712
#### [v1.14.7](https://github.com/opengovsg/checkfirst/compare/v1.14.6...v1.14.7)
813

14+
> 6 June 2023
15+
916
- build(ci): use ubuntu-latest [`#1395`](https://github.com/opengovsg/checkfirst/pull/1395)
1017
- Release 2022-12-06 [`#1350`](https://github.com/opengovsg/checkfirst/pull/1350)
1118
- [production] 1.14.5 [`#1342`](https://github.com/opengovsg/checkfirst/pull/1342)
@@ -266,12 +273,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
266273
- feat(sort-last-update): order checkers by last updated [`#389`](https://github.com/opengovsg/checkfirst/pull/389)
267274
- feat(hover-state-desc): add hover state descriptions to icon buttons [`#370`](https://github.com/opengovsg/checkfirst/pull/370)
268275
- [develop] Release 1.2.1 [`#379`](https://github.com/opengovsg/checkfirst/pull/379)
276+
- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385)
269277

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

272280
> 14 April 2021
273281
274-
- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385)
275282
- fix: change bg to white for login and otp inputs [`#377`](https://github.com/opengovsg/checkfirst/pull/377)
276283
- fix: sort references based on order in question and logic tab [`#368`](https://github.com/opengovsg/checkfirst/pull/368)
277284
- 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.7",
3+
"version": "1.14.8",
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)