From c4337636b3b4b1628633d3769c9fd11235e62f75 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 23 Oct 2023 20:04:16 +0200 Subject: [PATCH] tiny-decoders v15.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 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",