diff --git a/CHANGELOG.md b/CHANGELOG.md index aacd219..728a66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.1 + +- Updated package description, fixed analysis issues (#15) + ## 0.8.0 - feat: values without decimal point or exponent should be `int` type diff --git a/pubspec.yaml b/pubspec.yaml index e581ff9..4b7f941 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: json5 description: A lightweight library for encoding and decoding JSON5 with comments and trailing commas support. -version: 0.8.0 +version: 0.8.1 homepage: https://github.com/damphat/json5-dart environment: