From edb5f807c67208ed871e9e4ffa5352b6f6b700f5 Mon Sep 17 00:00:00 2001 From: KATT Date: Tue, 3 Oct 2023 20:21:40 +0000 Subject: [PATCH] chore: release v0.11.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f6cc8d..40892d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# [0.11.0](https://github.com/KATT/tupleson/compare/0.10.0...0.11.0) (2023-10-03) + + +### Features + +* serialization of promises ([#20](https://github.com/KATT/tupleson/issues/20)) ([dc286be](https://github.com/KATT/tupleson/commit/dc286bef71e537a658bbd7cb5dad7596eaf59b47)) + # [0.10.0](https://github.com/KATT/tupleson/compare/0.9.0...0.10.0) (2023-10-02) ### Features @@ -69,4 +78,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 417395fa..09e74591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.10.0", + "version": "0.11.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",