From 8e9c7f62d478eacbe22fb9a9578a7be416786c0a Mon Sep 17 00:00:00 2001 From: KATT Date: Wed, 8 Nov 2023 01:03:42 +0000 Subject: [PATCH] chore: release v0.23.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7d4c5..2e8780d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.23.1](https://github.com/trpc/tupleson/compare/0.23.0...0.23.1) (2023-11-08) + + +### Bug Fixes + +* rewrite bundled extensions to mjs for esm build ([#86](https://github.com/trpc/tupleson/issues/86)) ([9bf904f](https://github.com/trpc/tupleson/commit/9bf904f9f85122c6c3dd5540eb25ad4bcb5278c2)) + # [0.23.0](https://github.com/trpc/tupleson/compare/0.22.1...0.23.0) (2023-10-29) diff --git a/package.json b/package.json index d7054bf..995bef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.23.0", + "version": "0.23.1", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",