From 103bf6263ca491f082b7549b63e6b94d5062b1a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:33:08 +1200 Subject: [PATCH] chore(main): release 0.3.4 (#23) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0cf8d0..bf7b733 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ab8ca..f137bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.4](https://github.com/matthewhartstonge/argon2/compare/v0.3.3...v0.3.4) (2023-09-06) + + +### Miscellaneous Chores + +* **deps:** updates dependencies ([efcbcce](https://github.com/matthewhartstonge/argon2/commit/efcbcce98406c8304d41b681330864af14e7aeb1)) + ## [0.3.3](https://github.com/matthewhartstonge/argon2/compare/v0.3.2...v0.3.3) (2023-07-04)