From b95d66003a73634d8a3cc1488d0f4384b805775d Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 30 Oct 2023 07:05:37 +0100 Subject: [PATCH] tiny-decoders v20.1.0 --- CHANGELOG.md | 2 +- package-real.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d161956..640853e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-real.json b/package-real.json index c91e801..a4e3856 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "tiny-decoders", - "version": "20.0.0", + "version": "20.1.0", "license": "MIT", "author": "Simon Lydell", "repository": "lydell/tiny-decoders",