Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.6](v2.0.5...v2.0.6) (2023-08-16)

### Bug Fixes

* Remove linting step to reduce execution time ([82605c4](82605c4))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent 82605c4 commit 139e309
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.6](https://github.com/bcanfield/nexquik/compare/v2.0.5...v2.0.6) (2023-08-16)


### Bug Fixes

* Remove linting step to reduce execution time ([82605c4](https://github.com/bcanfield/nexquik/commit/82605c491a3d8d6aacfdc987126e159392bcbfaf))

## [2.0.5](https://github.com/bcanfield/nexquik/compare/v2.0.4...v2.0.5) (2023-08-16)


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": "nexquik",
"version": "2.0.5",
"version": "2.0.6",
"description": "Generate Next.js components from your Prisma Schema",
"main": "dist/index.js",
"repository": "https://github.com/bcanfield/nexquik",
Expand Down

0 comments on commit 139e309

Please sign in to comment.