diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d68cf..ddf63f7 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 15.1.0 (unreleased) +### Version 15.1.0 (2023-10-23) This release adds the `Infer` utility type. It’s currently basically just an alias to the TypeScript built-in `ReturnType` utility type, but in a future version of tiny-decoders it’ll need to do a little bit more than just `ReturnType`. If you’d like to reduce the amount of migration work when upgrading to that future version, change all your `ReturnType` to `Infer` now! diff --git a/package-real.json b/package-real.json index d6e3620..9631fe2 100644 --- a/package-real.json +++ b/package-real.json @@ -1,6 +1,6 @@ { "name": "tiny-decoders", - "version": "15.0.0", + "version": "15.1.0", "license": "MIT", "author": "Simon Lydell", "repository": "lydell/tiny-decoders",