Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.3...v1.7.0) (2022-02-25)

### Bug Fixes

* remove deprecated tailwind colors ([3b34d1b](3b34d1b))

### Features

* remove babelrc file, enable swc for next.js ([221a2d1](221a2d1))
  • Loading branch information
semantic-release-bot committed Feb 25, 2022
1 parent 05772cd commit 7ec7397
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-boiler",
"version": "1.6.3",
"version": "1.7.0",
"private": true,
"engines": {
"node": ">=14.17.6"
Expand Down

0 comments on commit 7ec7397

Please sign in to comment.