From 03346c01acc97f03dfb7aa102111061723418889 Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 6 Oct 2023 11:41:22 +0000 Subject: [PATCH] chore: release v0.16.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",