From 183526a75b0970962ff1dae1baff195c9aafa238 Mon Sep 17 00:00:00 2001 From: KATT Date: Mon, 2 Oct 2023 17:03:30 +0000 Subject: [PATCH] chore: release v0.10.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8571a95..bb0f0547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# [0.10.0](https://github.com/KATT/tupleson/compare/0.9.0...0.10.0) (2023-10-02) + + +### Features + +* use UUIDs for nonce ([#19](https://github.com/KATT/tupleson/issues/19)) ([e347640](https://github.com/KATT/tupleson/commit/e347640dd10bf6ecc6b93f99e3118f572da671b3)) + # [0.9.0](https://github.com/KATT/tupleson/compare/0.8.0...0.9.0) (2023-10-01) ### Features @@ -63,4 +72,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 9c9ceca8..417395fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.9.0", + "version": "0.10.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",