Skip to content

Commit

Permalink
1.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Feb 17, 2023
1 parent d340232 commit 6117d09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

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

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

- [develop] 1.14.5 [`#1341`](https://github.com/opengovsg/checkfirst/pull/1341)

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

> 17 February 2023
- build(deps): patch qs, node-forge, others [`#1349`](https://github.com/opengovsg/checkfirst/pull/1349)
- fix(if): support Unit types [`#1340`](https://github.com/opengovsg/checkfirst/pull/1340)
- docs: add section on possible issues with code [`#1320`](https://github.com/opengovsg/checkfirst/pull/1320)
- [develop] release 1.14.4 [`#1319`](https://github.com/opengovsg/checkfirst/pull/1319)
- build(deps): use npm audit fix [`292da9d`](https://github.com/opengovsg/checkfirst/commit/292da9ddf2d846129774aad370b5749f518e7d3f)
- fix: package.json & package-lock.json to reduce vulnerabilities [`7374cf8`](https://github.com/opengovsg/checkfirst/commit/7374cf8dfd59d23e747bfc3f2a292d9484ae849f)

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

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

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

> 14 April 2021
- fix: instantiate sequelize within lambda handler [`#385`](https://github.com/opengovsg/checkfirst/pull/385)
- fix: change bg to white for login and otp inputs [`#377`](https://github.com/opengovsg/checkfirst/pull/377)
- fix: sort references based on order in question and logic tab [`#368`](https://github.com/opengovsg/checkfirst/pull/368)
- fix: make the AND/OR button in the IF/ELSE component obvious [`#362`](https://github.com/opengovsg/checkfirst/pull/362)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@opengovsg/checkfirst",
"version": "1.14.5",
"version": "1.14.6",
"description": "Calculators and eligibility checkers for Singapore Government policies",
"main": "build/server/index.js",
"homepage": "https://checkfirst.gov.sg",
Expand Down

0 comments on commit 6117d09

Please sign in to comment.