diff --git a/CHANGELOG.md b/CHANGELOG.md index 070bae0..d35c665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.20.3](https://github.com/trpc/tupleson/compare/0.20.2...0.20.3) (2023-10-20) + + +### Bug Fixes + +* more lax abort handling ([#74](https://github.com/trpc/tupleson/issues/74)) ([3e469d5](https://github.com/trpc/tupleson/commit/3e469d5de6ca6457fda5391cad0ce257d4861e42)) + ## [0.20.2](https://github.com/trpc/tupleson/compare/0.20.1...0.20.2) (2023-10-20) diff --git a/package.json b/package.json index 6107274..f6637b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.20.2", + "version": "0.20.3", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",