Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sietse85 committed Jun 8, 2022
1 parent abcf757 commit bdaf9c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.13](https://github.com/sietse85/nova-button/compare/v1.0.12...v1.0.13)
## [v1.0.14](https://github.com/sietse85/nova-button/compare/v1.0.13...v1.0.14)

### Commits

- Fix exception when key is null given to default event [`abcf757`](https://github.com/sietse85/nova-button/commit/abcf757a4b887a24d6bf6aeeacaf0eda7e33b8bd)

## [v1.0.13](https://github.com/sietse85/nova-button/compare/v1.0.12...v1.0.13) - 2022-06-07

### Commits

- Fix 'cannot use dynamic classname' [`4047b39`](https://github.com/sietse85/nova-button/commit/4047b39a2412556023bf65c1a84cd93bdd82fda2)
- PHP 7.* Error fix: Cannot Use Dynamic Class Name [`afe4031`](https://github.com/sietse85/nova-button/commit/afe4031255f1ea9e4375ee6859f920e2ac123d9b)

## [v1.0.12](https://github.com/sietse85/nova-button/compare/v1.0.11...v1.0.12) - 2022-06-06
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nova4",
"field"
],
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.13",
"version": "1.0.14",
"scripts": {
"dev": "npm run development",
"development": "mix",
Expand Down

0 comments on commit bdaf9c8

Please sign in to comment.