Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sietse85 committed May 30, 2022
1 parent b5d235e commit 4124372
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.5](https://github.com/sietse85/nova-button/compare/v1.0.4...v1.0.5)
## [v1.0.6](https://github.com/sietse85/nova-button/compare/v1.0.5...v1.0.6)

### Commits

- Fix config not being published [`b5d235e`](https://github.com/sietse85/nova-button/commit/b5d235ef9744596f9edbdd15fef27c04893c44a0)

## [v1.0.5](https://github.com/sietse85/nova-button/compare/v1.0.4...v1.0.5) - 2022-05-27

### Commits

- PSR-12 standard instead of PSR-2 [`46b086e`](https://github.com/sietse85/nova-button/commit/46b086e105629c820bb74486a0993100b1640286)
- Add Nova version requirement [`d530ab9`](https://github.com/sietse85/nova-button/commit/d530ab9a5e95d8f069f6bc42046ea2ac528ab9ab)

## [v1.0.4](https://github.com/sietse85/nova-button/compare/v1.0.3...v1.0.4) - 2022-05-20
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.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"scripts": {
"dev": "npm run development",
"development": "mix",
Expand Down

0 comments on commit 4124372

Please sign in to comment.