From 7ec73973c7c9f79d1d9d5e57524af38fb12dab59 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Feb 2022 07:59:39 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/tim-richter/next-boiler/compare/v1.6.3...v1.7.0) (2022-02-25) ### Bug Fixes * remove deprecated tailwind colors ([3b34d1b](https://github.com/tim-richter/next-boiler/commit/3b34d1bdec5292b28b0a0acfa6fa8b8fb929e66e)) ### Features * remove babelrc file, enable swc for next.js ([221a2d1](https://github.com/tim-richter/next-boiler/commit/221a2d1e520002a63563e0417bb054d5135747b7)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcaca8a..b9739f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.7.0](https://github.com/tim-richter/next-boiler/compare/v1.6.3...v1.7.0) (2022-02-25) + + +### Bug Fixes + +* remove deprecated tailwind colors ([3b34d1b](https://github.com/tim-richter/next-boiler/commit/3b34d1bdec5292b28b0a0acfa6fa8b8fb929e66e)) + + +### Features + +* remove babelrc file, enable swc for next.js ([221a2d1](https://github.com/tim-richter/next-boiler/commit/221a2d1e520002a63563e0417bb054d5135747b7)) + ## [1.6.3](https://github.com/tim-richter/next-boiler/compare/v1.6.2...v1.6.3) (2022-02-21) diff --git a/package.json b/package.json index 4f65962..886a164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-boiler", - "version": "1.6.3", + "version": "1.7.0", "private": true, "engines": { "node": ">=14.17.6"