From 4c3b5fa15b57bef0367d56b122cad47f73c11fd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:08:27 +1000 Subject: [PATCH] chore(master): release 0.3.4 (#21) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad50c3..2eb2529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.4](https://github.com/team-reflect/kiss-crypto/compare/v0.3.3...v0.3.4) (2024-07-28) + + +### Bug Fixes + +* update dependencies ([#16](https://github.com/team-reflect/kiss-crypto/issues/16)) ([4b44314](https://github.com/team-reflect/kiss-crypto/commit/4b44314ad5dacaf528e9db161ff66a1eb2297ccb)) + ## [0.3.3](https://github.com/team-reflect/kiss-crypto/compare/v0.3.2...v0.3.3) (2024-07-28) diff --git a/package.json b/package.json index 922616e..b6cf658 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiss-crypto", "type": "module", - "version": "0.3.3", + "version": "0.3.4", "description": "", "author": "", "license": "MIT",