Skip to content

Commit

Permalink
tiny-decoders v20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 30, 2023
1 parent 272f982 commit b95d660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Note: I’m currently working on several breaking changes to tiny-decoders, but I’m trying out releasing them piece by piece. The idea is that you can either upgrade version by version only having to deal with one or a few breaking changes at a time, or wait and do a bunch of them at the same time.

### Version 20.1.0 (unreleased)
### Version 20.1.0 (2023-10-30)

This release adds a `JSON` object with `parse` and `stringify` methods, similar to the standard global `JSON` object. The difference is that tiny-decoder’s versions also take a `Codec`, which makes them safer. Read more about it in the documentation.

Expand Down
2 changes: 1 addition & 1 deletion package-real.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-decoders",
"version": "20.0.0",
"version": "20.1.0",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/tiny-decoders",
Expand Down

0 comments on commit b95d660

Please sign in to comment.