Skip to content

Commit

Permalink
chore(release): 3.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.2](v3.8.1...v3.8.2) (2023-03-28)

### Bug Fixes

* error generated by eslint-plugin-cypress ([7562c6b](7562c6b))
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 7562c6b commit 5c6604e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.8.2](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.8.1...v3.8.2) (2023-03-28)


### Bug Fixes

* error generated by eslint-plugin-cypress ([7562c6b](https://github.com/ixartz/Next-js-Boilerplate/commit/7562c6bddb31e6941aee7e4e2bbcdabf5be3bddf))

## [3.8.1](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.8.0...v3.8.1) (2023-03-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-boilerplate",
"version": "3.8.1",
"version": "3.8.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 5c6604e

Please sign in to comment.