From 58f6422ce3cf47f5796ffda2b296b6b0e9a721f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Oct 2023 00:35:09 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/maevsi/sqitch/compare/3.0.0...3.0.1) (2023-10-14) ### Bug Fixes * schedule release ([8cca5bd](https://github.com/maevsi/sqitch/commit/8cca5bd23f0b74f4764a5dced5538ef02aa7bb08)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dc3f94..3b887ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/maevsi/sqitch/compare/3.0.0...3.0.1) (2023-10-14) + + +### Bug Fixes + +* schedule release ([8cca5bd](https://github.com/maevsi/sqitch/commit/8cca5bd23f0b74f4764a5dced5538ef02aa7bb08)) + ## [3.0.0](https://github.com/maevsi/sqitch/compare/2.1.0...3.0.0) (2023-10-02) diff --git a/package.json b/package.json index b408ab88..71bebbc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.0.0", + "version": "3.0.1", "private": true, "engines": { "node": "20"