From 6fde3d2e1775e1fec8996811fe11cc7b1844e402 Mon Sep 17 00:00:00 2001 From: KATT Date: Sat, 30 Sep 2023 21:08:48 +0000 Subject: [PATCH] chore: release v0.5.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 762368a2..dd4e660f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# [0.5.0](https://github.com/KATT/tupleson/compare/0.4.0...0.5.0) (2023-09-30) + + +### Features + +* `createTypeson` -> `createTson` ([#6](https://github.com/KATT/tupleson/issues/6)) ([3613716](https://github.com/KATT/tupleson/commit/3613716eedb541c2592d14f76130a7295d340d5c)) + # [0.4.0](https://github.com/KATT/tupleson/compare/0.3.1...0.4.0) (2023-09-30) ### Features @@ -27,4 +36,4 @@ ### Features - initial version ([#1](https://github.com/KATT/tupleson/issues/1)) ([ccce25b](https://github.com/KATT/tupleson/commit/ccce25b6a039cf2e5c1a774c1ab022f0946ca8d5)) -- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) +- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) \ No newline at end of file diff --git a/package.json b/package.json index 76025f16..c402c4d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.4.0", + "version": "0.5.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",