Skip to content

Commit 42c8e21

Browse files
committed
Release v1.2.0
1 parent 54696e0 commit 42c8e21

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes are documented in this file. The format follows [Keep a Chan
44

55
## [Unreleased]
66

7+
## [1.2.0] - 2025-03-20
8+
9+
### Added
10+
11+
- Support for Wasm - thanks @zsmb13!
12+
713
## [1.1.1] - 2024-07-16
814

915
### Fixed
@@ -31,7 +37,7 @@ All notable changes are documented in this file. The format follows [Keep a Chan
3137
### Added
3238

3339
- Support for macOS ARM 64-bit
34-
- Support for targeting Apple simulators on macOS ARM 64-bit
40+
- Support for targeting Apple simulators on macOS ARM 64-bit
3541

3642
## [1.0.3] - 2021-07-22
3743

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kotlin {
4444
sourceSets {
4545
val commonMain by getting {
4646
dependencies {
47-
implementation("com.doist.x:normalize:1.1.1")
47+
implementation("com.doist.x:normalize:1.2.0")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)