Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jreviews committed Aug 29, 2024
1 parent 08d4361 commit 7ec0579
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [Unreleased](https://github.com/clickfwd/yoyo/compare/0.10.0...develop)
## [Unreleased](https://github.com/clickfwd/yoyo/compare/0.10.1...develop)

## [0.10.0 (2024-08-28)](https://github.com/clickfwd/yoyo/compare/0.9.1...0.10.0)
## [0.10.1 (2024-08-29)](https://github.com/clickfwd/yoyo/compare/0.10.0...0.10.1)

- Change default hx-include to `this` to improve event-to-request delay on forms with large number of elements.

## [0.10.0 (2024-06-20)](https://github.com/clickfwd/yoyo/compare/0.9.1...0.10.0)

- Merge PR to add Falcon framework implementation.

## [0.9.1 (2024-04-16)](https://github.com/clickfwd/yoyo/compare/0.9.0...0.9.1)

- Fix Safari/iOS errors due to evt.target and evt.srcElement now being null.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"framework",
"yoyo"
],
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"homepage": "https://github.com/Clickfwd/yoyo",
"support": {
Expand Down

0 comments on commit 7ec0579

Please sign in to comment.