diff --git a/CHANGELOG.md b/CHANGELOG.md index b07c5cf..d72e70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -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. +> **Note** +> While working on several breaking changes to tiny-decoders, I tried out releasing them piece by piece. The idea was that you could 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. That’s why there are so many breaking changes in such a short time. +> +> Currently there are no more breaking changes planned. -### Version 23.0.0 (unreleased) +### Version 23.0.0 (2023-10-30) This release renames `fieldsAuto` to `fields`. Both of those functions used to exist, but `fields` was deprecated in version 11.0.0 and removed in version 14.0.0. There’s no need for the `Auto` suffix anymore. diff --git a/package-real.json b/package-real.json index 099d670..9e718c6 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "tiny-decoders", - "version": "22.0.0", + "version": "23.0.0", "license": "MIT", "author": "Simon Lydell", "repository": "lydell/tiny-decoders",