From 4ea5cbd393d35000b94f4a3b2844bf87a1a8a5ad Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Sun, 29 Oct 2023 22:12:31 +0000 Subject: [PATCH] chore: release v0.23.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcec478..2b7d4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.23.0](https://github.com/trpc/tupleson/compare/0.22.1...0.23.0) (2023-10-29) + + +### Features + +* expose TsonSerialized type ([#83](https://github.com/trpc/tupleson/issues/83)) ([4cf7fef](https://github.com/trpc/tupleson/commit/4cf7fef1a0a0f537dfa10a7c472abe10b9210294)) + ## [0.22.1](https://github.com/trpc/tupleson/compare/0.22.0...0.22.1) (2023-10-26) diff --git a/package.json b/package.json index 6a01bd8..d7054bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.22.1", + "version": "0.23.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",