Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcolakens committed Mar 30, 2023
1 parent ebf038d commit 77a3965
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.1.0](https://github.com/remcolakens/next-boilerplate/compare/v2.0.0...v2.1.0) (2023-03-30)

### 🚀 Features

- add semantic-release ([#3](https://github.com/remcolakens/next-boilerplate/issues/3)) ([3da69a2](https://github.com/remcolakens/next-boilerplate/commit/3da69a2cc3e0f3d1c07d0249b44736e9e1a481e2))

### 🐞 Bug Fixes

- remove skip ci ([#4](https://github.com/remcolakens/next-boilerplate/issues/4)) ([e4f281f](https://github.com/remcolakens/next-boilerplate/commit/e4f281f96ea7738139c84ddd77844de9b587ff83))

### 🏡 Chore

- **deps:** update all non-major dependencies ([#5](https://github.com/remcolakens/next-boilerplate/issues/5)) ([ebf038d](https://github.com/remcolakens/next-boilerplate/commit/ebf038dced5f9e02cf0384c51c3b832b9c8bc35e))

## 2.0.0 (2023-03-28)

### ⚠ BREAKING CHANGES
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-boilerplate",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit 77a3965

Please sign in to comment.