From 0dcc3796ae0322ff6503efc1bd5084efa6d63fe3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Nov 2023 00:36:21 +0000 Subject: [PATCH] chore(release): 3.0.5 [skip ci] ## [3.0.5](https://github.com/maevsi/sqitch/compare/3.0.4...3.0.5) (2023-11-11) ### Bug Fixes * schedule release ([e19b71b](https://github.com/maevsi/sqitch/commit/e19b71bb7422b5cb5fe576c2fb0eda479832809b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346764bc..c194890a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.5](https://github.com/maevsi/sqitch/compare/3.0.4...3.0.5) (2023-11-11) + + +### Bug Fixes + +* schedule release ([e19b71b](https://github.com/maevsi/sqitch/commit/e19b71bb7422b5cb5fe576c2fb0eda479832809b)) + ## [3.0.4](https://github.com/maevsi/sqitch/compare/3.0.3...3.0.4) (2023-11-03) diff --git a/package.json b/package.json index c00a99c8..1c52cffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.0.4", + "version": "3.0.5", "private": true, "engines": { "node": "20"