Skip to content

Commit dd38f63

Browse files
committed
chore: v0.5.0
1 parent 3dad302 commit dd38f63

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# What's Changed
22

3-
- perf: make char to visible when error
3+
- feat: complete multiplatform support
4+
- feat: expose Json5QuoteStrategy api
5+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
kotlin multiplatform json5 for [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization)
77

8-
complete multiplatform support: jvm/js/native
8+
**complete multiplatform support: jvm/js/native**
99

1010
## Usage
1111

json5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ mavenPublishing {
8181
publishToMavenCentral()
8282
signAllPublications()
8383
}
84-
coordinates("li.songe", "json5", "0.4.1")
84+
coordinates("li.songe", "json5", "0.5.0")
8585

8686
val repoUrl = "https://github.com/lisonge/kotlin-json5"
8787
pom {

0 commit comments

Comments
 (0)