From 2fa12f2e525507bcfe1b8d5deecfc298855c1c94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Jan 2023 00:35:28 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/dargmuesli/dargstack-example_stack/compare/2.3.0...2.3.1) (2023-01-09) ### Bug Fixes * **release:** schedule release ([dfe66fa](https://github.com/dargmuesli/dargstack-example_stack/commit/dfe66fafb280eec425d92b698f3e98e8b0b77561)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f04bb6b..4ec2fd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/dargmuesli/dargstack-example_stack/compare/2.3.0...2.3.1) (2023-01-09) + + +### Bug Fixes + +* **release:** schedule release ([dfe66fa](https://github.com/dargmuesli/dargstack-example_stack/commit/dfe66fafb280eec425d92b698f3e98e8b0b77561)) + # [2.3.0](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.32...2.3.0) (2022-12-27) diff --git a/package.json b/package.json index 7b36281d..864e4e46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dargstack-example_stack", "private": true, - "version": "2.3.0", + "version": "2.3.1", "scheduleVersion": "2.3.1", "description": "Basic stack configuration to see what DargStack is meant for.", "repository": "https://github.com/dargmuesli/dargstack-example_stack.git", @@ -22,4 +22,4 @@ "husky": "8.0.3", "shx": "0.3.4" } -} \ No newline at end of file +}