Skip to content

Commit

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

### Bug Fixes

* Consistend CLI args ([ef0f1c2](ef0f1c2))
* Consistent CLI options ([6846d6d](6846d6d))
* Dependencies ([a4b2306](a4b2306))
* Tests ([56729e5](56729e5))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent a4b2306 commit 098a92e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.3](https://github.com/bcanfield/nexquik/compare/v2.0.2...v2.0.3) (2023-08-16)


### Bug Fixes

* Consistend CLI args ([ef0f1c2](https://github.com/bcanfield/nexquik/commit/ef0f1c23adae3fd91e00e4f2619602b866d0027a))
* Consistent CLI options ([6846d6d](https://github.com/bcanfield/nexquik/commit/6846d6d8526995a02785955ddeadcef8eabb20d3))
* Dependencies ([a4b2306](https://github.com/bcanfield/nexquik/commit/a4b23067fab60b4860e722276bba3a55da8fa255))
* Tests ([56729e5](https://github.com/bcanfield/nexquik/commit/56729e5f5142be1eaaad8cafdd94255551c5078c))

## [2.0.2](https://github.com/bcanfield/nexquik/compare/v2.0.1...v2.0.2) (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.2",
"version": "2.0.3",
"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 098a92e

Please sign in to comment.