Skip to content

Commit dbc4f75

Browse files
committed
chore: v0.4.0
1 parent 3c2dd09 commit dbc4f75

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# v0.3.6
1+
# What's Changed
22

3-
## What's Changed
4-
5-
- perf: encodeToString by stack
3+
- feat: support Json5QuoteStrategy (#1)

json5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ kotlin {
6666
mavenPublishing {
6767
publishToMavenCentral()
6868
signAllPublications()
69-
coordinates("li.songe", "json5", "0.3.6")
69+
coordinates("li.songe", "json5", "0.4.0")
7070

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

0 commit comments

Comments
 (0)