From 7ec0579b56ab9915bb73080c403beb50e361bf09 Mon Sep 17 00:00:00 2001 From: Alejandro S Date: Thu, 29 Aug 2024 10:33:44 -0400 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 8 ++++++-- composer.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6919f33..5326fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 8ce5e69..9abaac8 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "framework", "yoyo" ], - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "homepage": "https://github.com/Clickfwd/yoyo", "support": {