From eb74ed8f2762848e1fb389941aa2e2fce64c107d Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 30 Oct 2023 08:09:50 +0100 Subject: [PATCH] tiny-decoders v22.0.0 --- CHANGELOG.md | 2 +- package-real.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a32ac..e4310f3 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 22.0.0 (unreleased) +### Version 22.0.0 (2023-10-30) This release renames `fieldsUnion` to `taggedUnion` since it better describes what it is, and it goes along better with the `tag` function. diff --git a/package-real.json b/package-real.json index 6e2afb6..099d670 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "tiny-decoders", - "version": "21.0.0", + "version": "22.0.0", "license": "MIT", "author": "Simon Lydell", "repository": "lydell/tiny-decoders",