From 41df2ee8b302f15d485f80612603d64ed302750a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 00:36:50 +0000 Subject: [PATCH] chore(release): 3.2.2 [skip ci] ## [3.2.2](https://github.com/maevsi/sqitch/compare/3.2.1...3.2.2) (2024-01-27) ### Bug Fixes * schedule release ([a989a23](https://github.com/maevsi/sqitch/commit/a989a237f01a0ad338a8d44f7f0b344094a00ab8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c39d00b2..7739b997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/maevsi/sqitch/compare/3.2.1...3.2.2) (2024-01-27) + + +### Bug Fixes + +* schedule release ([a989a23](https://github.com/maevsi/sqitch/commit/a989a237f01a0ad338a8d44f7f0b344094a00ab8)) + ## [3.2.1](https://github.com/maevsi/sqitch/compare/3.2.0...3.2.1) (2024-01-13) diff --git a/package.json b/package.json index 91ff2f9c..0fad20e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.2.1", + "version": "3.2.2", "private": true, "engines": { "node": "20"