From a649de9c419253c5c3d891a2e2482cfa2e5b04ab Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 22 Oct 2023 21:24:11 +0200 Subject: [PATCH] tiny-decoders v14.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 27bd57e..acc7517 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 14.0.0 (unreleased) +### Version 14.0.0 (2023-10-22) This release removes the `fields` function, which was deprecated in version 11.0.0. See the release notes for version 11.0.0 for how to replace `fields` with `fieldsAuto`, `chain` and custom decoders. diff --git a/package-real.json b/package-real.json index d410c1c..f4208ce 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "tiny-decoders", - "version": "13.0.0", + "version": "14.0.0", "license": "MIT", "author": "Simon Lydell", "repository": "lydell/tiny-decoders",