Skip to content

Commit

Permalink
Bump version to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwjn committed Mar 20, 2024
1 parent a6b99d8 commit 9145de9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [4.3.0](https://github.com/dnwjn/nova-button/compare/4.2.0...4.3.0)
## [4.3.1](https://github.com/dnwjn/nova-button/compare/4.3.0...4.3.1)

### Merged

- Fix: Use Nova Helper Function for Resource URL Generation [`#40`](https://github.com/dnwjn/nova-button/pull/40)

### Commits

- [Chore] Update workflows [`1e5d3a6`](https://github.com/dnwjn/nova-button/commit/1e5d3a66c259a3e8f2fa5b1e4e59797d7b81175b)
- fix: use nova function to create resource url [`4e80cdb`](https://github.com/dnwjn/nova-button/commit/4e80cdb6714523c336ab129217355a98b91e0af3)
- [Chore] Update release drafter config [`4332735`](https://github.com/dnwjn/nova-button/commit/4332735a6531a16e5006da54945fef6ca40ae5a0)
- [Chore] Update workflows [`6103587`](https://github.com/dnwjn/nova-button/commit/610358710e5a8874d44a37d9a6011bb1183e4200)

## [4.3.0](https://github.com/dnwjn/nova-button/compare/4.2.0...4.3.0) - 2023-08-28

### Merged

Expand All @@ -20,6 +33,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- [Fix] Add missing routing functionality [`#33`](https://github.com/dnwjn/nova-button/issues/33)

### Commits

- Bump version to 4.3.0 [`0565b27`](https://github.com/dnwjn/nova-button/commit/0565b278386a45fd5c3062ade8d4b0614b8e7e75)

## [4.2.0](https://github.com/dnwjn/nova-button/compare/4.1.1...4.2.0) - 2023-05-10

### Merged
Expand Down Expand Up @@ -65,7 +82,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update readme [`759c7fc`](https://github.com/dnwjn/nova-button/commit/759c7fcd6977ad7a48fe427a0f22156da7e6d91c)
- Update prettier workflow [`c4e2c5f`](https://github.com/dnwjn/nova-button/commit/c4e2c5fb60286394bcfc595ee63d144f6efd4d5a)

## [4.0.0](https://github.com/dnwjn/nova-button/compare/3.2.2...4.0.0) - 2022-12-28
## [4.0.0](https://github.com/dnwjn/nova-button/compare/3.3.0...4.0.0) - 2022-12-28

### Commits

Expand All @@ -81,6 +98,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Use new tailwind classes [`1446afe`](https://github.com/dnwjn/nova-button/commit/1446afe2ff263017fa07347e7a5571e00e0e6708)
- Update scripts and dependencies [`53e4761`](https://github.com/dnwjn/nova-button/commit/53e4761aea49766d69c1da4d2fb16487143ab273)

## [3.3.0](https://github.com/dnwjn/nova-button/compare/3.2.2...3.3.0) - 2023-08-29

### Merged

- [Feature] Remove lens functionality [`#37`](https://github.com/dnwjn/nova-button/pull/37)
- [Fix] Add missing routing functionality [`#36`](https://github.com/dnwjn/nova-button/pull/36)

### Commits

- Bump version to 3.3.0 [`831b1cc`](https://github.com/dnwjn/nova-button/commit/831b1cc4f64ac0daeafc9301cc46d99e7f228e86)
- [Chore] Update release drafter config [`77ff295`](https://github.com/dnwjn/nova-button/commit/77ff295d71068d33dec55c05a411b0660b79e5f1)
- [Chore] Fix styling [`e44c173`](https://github.com/dnwjn/nova-button/commit/e44c17338a7bb30c41ff2b1e6f83ea4ab18a6442)
- [Chore] Update workflows [`8597162`](https://github.com/dnwjn/nova-button/commit/85971627446cbf48fd54cbbdb7933db2585432b9)
- Slugify the button key fallback value [`ddfd3fb`](https://github.com/dnwjn/nova-button/commit/ddfd3fbce361e96a8fc8c90e833fe25e27b8f91b)
- [Chore] Update readme [`c9b890b`](https://github.com/dnwjn/nova-button/commit/c9b890b0beb6355b3dd5b74d1f8c2fc5985ad260)

## [3.2.2](https://github.com/dnwjn/nova-button/compare/3.2.1...3.2.2) - 2023-02-22

### Commits
Expand Down
3 changes: 1 addition & 2 deletions dist/js/field.js

Large diffs are not rendered by default.

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": "4.3.0",
"version": "4.3.1",
"scripts": {
"dev": "npm run development",
"development": "mix",
Expand Down

0 comments on commit 9145de9

Please sign in to comment.