Skip to content

Commit

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

### Bug Fixes

* CLI Args ([b74f4d1](b74f4d1))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent b74f4d1 commit d85ed90
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.5](https://github.com/bcanfield/nexquik/compare/v2.0.4...v2.0.5) (2023-08-16)


### Bug Fixes

* CLI Args ([b74f4d1](https://github.com/bcanfield/nexquik/commit/b74f4d1fe92f5912915620f53ac24b1b787ecea2))

## [2.0.4](https://github.com/bcanfield/nexquik/compare/v2.0.3...v2.0.4) (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.4",
"version": "2.0.5",
"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 d85ed90

Please sign in to comment.