Skip to content

Commit 031b2ec

Browse files
chore: release 1.3.0
1 parent f16db76 commit 031b2ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515

1616
<a name="1.2.6"></a>
17+
## [1.3.0](https://github.com/maicol07/mithril-utilities/compare/1.2.7...v1.3.0) (2023-09-13)
18+
19+
20+
### Features
21+
22+
* Re-add support for custom value properties in Form inputs ([c3460e7](https://github.com/maicol07/mithril-utilities/commit/c3460e7ca68be3560d71f043862404f21d88e6ac))
23+
* Reintroduced additional events handling ([f16db76](https://github.com/maicol07/mithril-utilities/commit/f16db7643b02509120866bd979f4e7d2054c5c85))
24+
1725
## [1.2.6](https://github.com/maicol07/mithril-utilities/compare/1.2.5...1.2.6)
1826

1927
> Released on August 17, 2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mithril-utilities",
33
"description": "A collection of utilities for Mithril",
4-
"version": "1.2.7",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)