From b8d018e2e8296c115616587f90c7d67faa1f5fa5 Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 13 Oct 2023 00:58:09 +0000 Subject: [PATCH] chore: release v0.17.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1565351..21480d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.17.3](https://github.com/trpc/tupleson/compare/0.17.2...0.17.3) (2023-10-13) + + +### Bug Fixes + +* fix commonjs entrypoints ([#64](https://github.com/trpc/tupleson/issues/64)) ([930d59a](https://github.com/trpc/tupleson/commit/930d59a3b1975bca93196186472ce2262baab511)) + ## [0.17.2](https://github.com/trpc/tupleson/compare/0.17.0...0.17.2) (2023-10-13) diff --git a/package.json b/package.json index a2cbb07..a80d418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.17.2", + "version": "0.17.3", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",