We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c29acf commit acfbf69Copy full SHA for acfbf69
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
+## [1.0.3] - 2021-07-22
6
+
7
+### Fixed
8
9
+- Apple and Windows targets not being published
10
11
## [1.0.2] - 2021-07-22
12
13
### Added
README.md
@@ -44,7 +44,7 @@ kotlin {
44
sourceSets {
45
val commonMain by getting {
46
dependencies {
47
- implementation("com.doist.x:normalize:1.0.2")
+ implementation("com.doist.x:normalize:1.0.3")
48
}
49
50
0 commit comments