We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebe438d + 04ebd26 commit 9bf21f6Copy full SHA for 9bf21f6
CHANGELOG.md
@@ -14,6 +14,13 @@
14
15
16
<a name="1.2.6"></a>
17
+## [1.4.0](https://github.com/maicol07/mithril-utilities/compare/v1.3.0...v1.4.0) (2023-09-13)
18
+
19
20
+### Features
21
22
+* Listen onchange event by default ([ebe438d](https://github.com/maicol07/mithril-utilities/commit/ebe438db9bcd40052d941a4532dabd560da4511b))
23
24
## [1.3.0](https://github.com/maicol07/mithril-utilities/compare/1.2.7...v1.3.0) (2023-09-13)
25
26
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mithril-utilities",
3
"description": "A collection of utilities for Mithril",
4
- "version": "1.3.0",
+ "version": "1.4.0",
5
"license": "MIT",
6
"type": "module",
7
"scripts": {
0 commit comments