Skip to content

Commit 11958f0

Browse files
committed
Release v1.1.1
1 parent 7b0f22e commit 11958f0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.1.1] - 2024-07-16
8+
9+
### Fixed
10+
11+
- Ensure root publication is aware of all targets
12+
713
## [1.1.0] - 2024-07-16
814

915
> [!IMPORTANT]

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.0")
47+
implementation("com.doist.x:normalize:1.1.1")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)