From 87cb899168cdabbb28b51629dd4e5faa5e8b57ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 15:34:48 +0900 Subject: [PATCH] chore: release v1.2.0 (#187) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94e1d1e..ba02c0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.2.0](https://github.com/tuqulore/website-boilerplate/compare/v1.1.1...v1.2.0) (2022-03-17) + + +### Features + +* add jumpu-ui & drop @tailwindcss/forms ([4d0b0fd](https://github.com/tuqulore/website-boilerplate/commit/4d0b0fdb15ee2db5fa1d147be644c7633e429c3a)) + + + ## [1.1.1](https://github.com/tuqulore/website-boilerplate/compare/v1.1.0...v1.1.1) (2022-03-15) diff --git a/package.json b/package.json index b160c846..dd887d85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "website-boilerplate", "description": "a boilerplate of website provided with npm scripts", - "version": "1.1.1", + "version": "1.2.0", "author": "tuqulore inc.", "bugs": { "url": "https://github.com/tuqulore/website-boilerplate/issues"