File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
- ## [ 0.8.2]
8
+ ## [ 0.8.2] - 2023-11-10
9
9
### Changed
10
10
- Bump kotlin to 1.9.20
11
11
- Rename "wasm" target to "wasmJs" (required by kotlin 1.9.20)
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ tasks.register('publishMac') {
108
108
dependsOn ' publishJvmPublicationToMavenRepository'
109
109
dependsOn ' publishJsPublicationToMavenRepository'
110
110
dependsOn ' publishKotlinMultiplatformPublicationToMavenRepository'
111
- dependsOn ' publishWasmPublicationToMavenRepository '
111
+ dependsOn ' publishWasmJsPublicationToMavenRepository '
112
112
}
113
113
114
114
tasks. register(' publishWindows' ) {
You can’t perform that action at this time.
0 commit comments