Skip to content

Commit f253558

Browse files
committed
1.14.7
1 parent 4bbcc4e commit f253558

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,53 @@ 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.7](https://github.com/opengovsg/checkfirst/compare/v1.14.6...v1.14.7)
8+
9+
- build(ci): use ubuntu-latest [`#1395`](https://github.com/opengovsg/checkfirst/pull/1395)
10+
- Release 2022-12-06 [`#1350`](https://github.com/opengovsg/checkfirst/pull/1350)
11+
- [production] 1.14.5 [`#1342`](https://github.com/opengovsg/checkfirst/pull/1342)
12+
- [production] release 1.14.4 [`#1318`](https://github.com/opengovsg/checkfirst/pull/1318)
13+
- [production] release 1.14.3 [`#1315`](https://github.com/opengovsg/checkfirst/pull/1315)
14+
- [production] release 1.14.2 [`#1311`](https://github.com/opengovsg/checkfirst/pull/1311)
15+
- [production] Release 1.14.1 [`#1293`](https://github.com/opengovsg/checkfirst/pull/1293)
16+
- [production] Release 1.14.0 [`#1255`](https://github.com/opengovsg/checkfirst/pull/1255)
17+
- [production] Release 1.13.2 [`#1109`](https://github.com/opengovsg/checkfirst/pull/1109)
18+
- [production] Release 1.13.1 [`#1059`](https://github.com/opengovsg/checkfirst/pull/1059)
19+
- [production] Release 1.13.0 [`#998`](https://github.com/opengovsg/checkfirst/pull/998)
20+
- [production] Release 1.12.0 [`#934`](https://github.com/opengovsg/checkfirst/pull/934)
21+
- [production] Release 1.11.0 [`#903`](https://github.com/opengovsg/checkfirst/pull/903)
22+
- [production] Release 1.10.0 [`#878`](https://github.com/opengovsg/checkfirst/pull/878)
23+
- [production] Release 1.9.0 [`#827`](https://github.com/opengovsg/checkfirst/pull/827)
24+
- [production] Release 1.8.1 [`#756`](https://github.com/opengovsg/checkfirst/pull/756)
25+
- [production] Release 1.8.0 [`#704`](https://github.com/opengovsg/checkfirst/pull/704)
26+
- [production] Release 1.7.1 [`#642`](https://github.com/opengovsg/checkfirst/pull/642)
27+
- [production] Release 1.7.0 [`#623`](https://github.com/opengovsg/checkfirst/pull/623)
28+
- [production] Release 1.6.0 [`#575`](https://github.com/opengovsg/checkfirst/pull/575)
29+
- [production] Release 1.5.0 [`#540`](https://github.com/opengovsg/checkfirst/pull/540)
30+
- [production] Release 1.4.0 [`#501`](https://github.com/opengovsg/checkfirst/pull/501)
31+
- [production] Release 1.3.1 [`#461`](https://github.com/opengovsg/checkfirst/pull/461)
32+
- [production] Release 1.3.0 [`#422`](https://github.com/opengovsg/checkfirst/pull/422)
33+
- [production] Release 1.2.1 [`#378`](https://github.com/opengovsg/checkfirst/pull/378)
34+
- [production] Release 1.2.0 [`#347`](https://github.com/opengovsg/checkfirst/pull/347)
35+
- [production] Release 1.1.0 [`#309`](https://github.com/opengovsg/checkfirst/pull/309)
736

837
#### [v1.14.6](https://github.com/opengovsg/checkfirst/compare/v1.14.5...v1.14.6)
938

1039
> 17 February 2023
40+
1141
- [develop] 1.14.5 [`#1341`](https://github.com/opengovsg/checkfirst/pull/1341)
1242
- build(deps): patch qs, node-forge, others [`#1349`](https://github.com/opengovsg/checkfirst/pull/1349)
1343
- build(deps): use npm audit fix [`292da9d`](https://github.com/opengovsg/checkfirst/commit/292da9ddf2d846129774aad370b5749f518e7d3f)
1444
- fix: package.json & package-lock.json to reduce vulnerabilities [`7374cf8`](https://github.com/opengovsg/checkfirst/commit/7374cf8dfd59d23e747bfc3f2a292d9484ae849f)
1545

1646
#### [v1.14.5](https://github.com/opengovsg/checkfirst/compare/v1.14.4...v1.14.5)
1747

48+
> 10 November 2022
49+
1850
- fix(if): support Unit types [`#1340`](https://github.com/opengovsg/checkfirst/pull/1340)
1951
- docs: add section on possible issues with code [`#1320`](https://github.com/opengovsg/checkfirst/pull/1320)
2052
- [develop] release 1.14.4 [`#1319`](https://github.com/opengovsg/checkfirst/pull/1319)
2153

22-
2354
#### [v1.14.4](https://github.com/opengovsg/checkfirst/compare/v1.14.3...v1.14.4)
2455

2556
> 25 August 2022

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