Skip to content

Commit 8dfce66

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5d53619 + 52b0c84 commit 8dfce66

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,22 @@
44
## Unreleased
55

66
### 🐛 Bug Fixes
7-
- [`149cfa8`](https://github.com/maicol07/mithril-utilities/commit/149cfa810b5d73184b43d0de1902fb923cc4843e) **form:** Fix streams not working
7+
- [`6aa9a24`](https://github.com/maicol07/mithril-utilities/commit/6aa9a246093f5ba0fe7de8a58e81b79afdea258d) Default to empty string when there isn't a value
88

99
### 👷 CI changes
10+
- [`2c4dc85`](https://github.com/maicol07/mithril-utilities/commit/2c4dc858975d3de7ebf663dffe35ed9fffb96203) version bump to 1.2.5
1011
- [`bbc07e1`](https://github.com/maicol07/mithril-utilities/commit/bbc07e17220268e7a9aea7c46723f9517996b6dd) version bump to 1.2.4
12+
13+
14+
<a name="1.2.4"></a>
15+
## [1.2.4](https://github.com/maicol07/mithril-utilities/compare/1.2.3...1.2.4)
16+
17+
> Released on July 19, 2023
18+
19+
### 🐛 Bug Fixes
20+
- [`149cfa8`](https://github.com/maicol07/mithril-utilities/commit/149cfa810b5d73184b43d0de1902fb923cc4843e) **form:** Fix streams not working
21+
22+
### 👷 CI changes
1123
- [`43998d2`](https://github.com/maicol07/mithril-utilities/commit/43998d2a4066784ad8fecd5faa0d9f34575fc267) version bump to 1.2.3
1224

1325
### Other changes

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.4",
4+
"version": "1.2.5",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)