From 8f3266dc7cc9307e2969c62e41e0c3369ddfe7f9 Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Thu, 25 Aug 2022 07:37:01 +0000 Subject: [PATCH] 1.14.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a48a3d..de34157f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.3](https://github.com/opengovsg/checkfirst/compare/v1.14.2...v1.14.3) + +- fix: store constant values as Number [`#1314`](https://github.com/opengovsg/checkfirst/pull/1314) +- [develop] release 1.14.2 [`#1312`](https://github.com/opengovsg/checkfirst/pull/1312) +- Merge pull request #1313 from opengovsg/dependabot/npm_and_yarn/mathjs-11.1.0 [`48d6ffd`](https://github.com/opengovsg/checkfirst/commit/48d6ffd409f73c364b71b76f4e85a59bae7d0e2c) +- build(deps-dev): remove @types/mathjs, no longer used [`1dc808c`](https://github.com/opengovsg/checkfirst/commit/1dc808cdeca18f9744efe07310fc593163338153) + #### [v1.14.2](https://github.com/opengovsg/checkfirst/compare/v1.14.1...v1.14.2) +> 28 July 2022 + - fix: package.json & package-lock.json to reduce vulnerabilities [`#1309`](https://github.com/opengovsg/checkfirst/pull/1309) - [develop] Release 1.14.1 [`#1294`](https://github.com/opengovsg/checkfirst/pull/1294) diff --git a/package-lock.json b/package-lock.json index 53903df3..b70a8699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.2", + "version": "1.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/checkfirst", - "version": "1.14.2", + "version": "1.14.3", "license": "MIT", "dependencies": { "@chakra-ui/react": "^1.6.10", diff --git a/package.json b/package.json index 482d815d..830eba40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.14.2", + "version": "1.14.3", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",