From 5c6412e4a507f5b61c8130a1d1fec35c0ae8fe3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Oct 2023 00:34:49 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/maevsi/sqitch/compare/3.0.1...3.0.2) (2023-10-28) ### Bug Fixes * schedule release ([5e95aa5](https://github.com/maevsi/sqitch/commit/5e95aa5f700fcefa04ff0e5c1506d1b02198ef08)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b887ba1..ca1ef7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/maevsi/sqitch/compare/3.0.1...3.0.2) (2023-10-28) + + +### Bug Fixes + +* schedule release ([5e95aa5](https://github.com/maevsi/sqitch/commit/5e95aa5f700fcefa04ff0e5c1506d1b02198ef08)) + ## [3.0.1](https://github.com/maevsi/sqitch/compare/3.0.0...3.0.1) (2023-10-14) diff --git a/package.json b/package.json index 86c6de67..eda9213d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.0.1", + "version": "3.0.2", "private": true, "engines": { "node": "20"