diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f8646b..66ba85a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.16.0](https://github.com/KATT/tupleson/compare/0.15.0...0.16.0) (2023-10-06) + + +### Features + +* align naming on functions ([#37](https://github.com/KATT/tupleson/issues/37)) ([84faf3b](https://github.com/KATT/tupleson/commit/84faf3bc890cbfc1208fe3ea4212c5629fc88426)) + # [0.15.0](https://github.com/KATT/tupleson/compare/0.14.0...0.15.0) (2023-10-06) diff --git a/package.json b/package.json index 10e6dfb2..02ade9b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.15.0", + "version": "0.16.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",