From 1fa023c573642fec1d11c20a42f3920d06b7f658 Mon Sep 17 00:00:00 2001 From: Lam Kee Wei Date: Wed, 1 Sep 2021 15:06:18 +0800 Subject: [PATCH] chore: bump version to 1.13.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ce16b49..e42fe157b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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.13.0](https://github.com/opengovsg/checkfirst/compare/v1.12.0...v1.13.0) + +- fix: checkbox options not updated [`#1000`](https://github.com/opengovsg/checkfirst/pull/1000) +- feat: enable saving for blocks without edits [`#999`](https://github.com/opengovsg/checkfirst/pull/999) +- feat: add validation to all blocks [`#958`](https://github.com/opengovsg/checkfirst/pull/958) +- feat: design system buttons and inputs [`#981`](https://github.com/opengovsg/checkfirst/pull/981) +- fix(masthead): shorten "how to identify" line [`#980`](https://github.com/opengovsg/checkfirst/pull/980) +- fix(frontend): dropdown overlap and open close behaviour [`#952`](https://github.com/opengovsg/checkfirst/pull/952) +- fix: disable x-powered-by headers [`#953`](https://github.com/opengovsg/checkfirst/pull/953) +- [develop] Release 1.12.0 [`#935`](https://github.com/opengovsg/checkfirst/pull/935) + #### [v1.12.0](https://github.com/opengovsg/checkfirst/compare/v1.11.0...v1.12.0) +> 11 August 2021 + - feat(frontend): allow expansion for expression input [`#911`](https://github.com/opengovsg/checkfirst/pull/911) - feat(frontend): paragraph function [`#910`](https://github.com/opengovsg/checkfirst/pull/910) - chore: update credits for third-party libraries [`#906`](https://github.com/opengovsg/checkfirst/pull/906) diff --git a/package-lock.json b/package-lock.json index 3c470bb6e..5b6ee857e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index efe5debab..a316bdbfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/checkfirst", - "version": "1.12.0", + "version": "1.13.0", "description": "Calculators and eligibility checkers for Singapore Government policies", "main": "build/server/index.js", "homepage": "https://checkfirst.gov.sg",