Skip to content

Commit

Permalink
chore(release): set package.json to 3.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.5](v3.1.4...v3.1.5) (2023-09-05)

### Bug Fixes

* Add Step attribute to Float html inputs ([4722f91](4722f91))
* Fix 'step' attribute on html input for Floats ([1034c08](1034c08))
  • Loading branch information
semantic-release-bot committed Sep 5, 2023
1 parent 1034c08 commit 1cacdfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.1.5](https://github.com/bcanfield/nexquik/compare/v3.1.4...v3.1.5) (2023-09-05)


### Bug Fixes

* Add Step attribute to Float html inputs ([4722f91](https://github.com/bcanfield/nexquik/commit/4722f91e8a5bf0ce44e578ccece746e371d2c5c5))
* Fix 'step' attribute on html input for Floats ([1034c08](https://github.com/bcanfield/nexquik/commit/1034c08f6aac3e6438d24ddccc08614ef0fe3f67))

## [3.1.4](https://github.com/bcanfield/nexquik/compare/v3.1.3...v3.1.4) (2023-09-05)


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": "3.1.4",
"version": "3.1.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 1cacdfd

Please sign in to comment.