diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfcc15..b89c4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# [0.17.0](https://github.com/trpc/tupleson/compare/0.16.9...0.17.0) (2023-10-13) + + +### Bug Fixes + +* infer error options to avoid type errors in environment that don't support it ([#59](https://github.com/trpc/tupleson/issues/59)) ([3f0ebb6](https://github.com/trpc/tupleson/commit/3f0ebb62cf8a93e65687b813141dbac5c407f212)) + + +### Features + +* add commonjs support ([#60](https://github.com/trpc/tupleson/issues/60)) ([d0e663c](https://github.com/trpc/tupleson/commit/d0e663c14d00b17e22a736db548f068c7016d7bb)) + ## [0.16.9](https://github.com/trpc/tupleson/compare/0.16.8...0.16.9) (2023-10-08) diff --git a/package.json b/package.json index 743cc07..afb4928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.16.9", + "version": "0.17.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",