From ddb9fe47c9be8714b42bfca30db5eaa26f7fcbdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <> Date: Mon, 5 Jun 2023 19:08:49 +0000 Subject: [PATCH] chore(release): 0.6.2 [skip ci] ## [0.6.2](https://github.com/florianwiech/codewaffle/compare/v0.6.1...v0.6.2) (2023-06-05) ### Bug Fixes * **deps:** update dependencies ([cb97ad6](https://github.com/florianwiech/codewaffle/commit/cb97ad67ef1c7bb24c75b3fd9024aeb897623a08)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b72994..8556d9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.6.2](https://github.com/florianwiech/codewaffle/compare/v0.6.1...v0.6.2) (2023-06-05) + +### Bug Fixes + +- **deps:** update dependencies ([cb97ad6](https://github.com/florianwiech/codewaffle/commit/cb97ad67ef1c7bb24c75b3fd9024aeb897623a08)) + ## [0.6.1](https://github.com/florianwiech/codewaffle/compare/v0.6.0...v0.6.1) (2022-10-01) ### Bug Fixes diff --git a/package.json b/package.json index d40bfda0..10983b64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "codewaffle", - "version": "0.6.1", + "version": "0.6.2", "repository": "git@github.com:florianwiech/codewaffle.git", "description": "A utility for developers.", "author": "Florian Wiech ",