From aa441362e30671bf76d459023d8a85cc75c73948 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 00:36:11 +0000 Subject: [PATCH] chore(release): 3.2.4 [skip ci] ## [3.2.4](https://github.com/maevsi/sqitch/compare/3.2.3...3.2.4) (2024-02-24) ### Bug Fixes * schedule release ([22a2fe8](https://github.com/maevsi/sqitch/commit/22a2fe882acfbc7702c031932315772c2b235029)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4b1983..2682d223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.4](https://github.com/maevsi/sqitch/compare/3.2.3...3.2.4) (2024-02-24) + + +### Bug Fixes + +* schedule release ([22a2fe8](https://github.com/maevsi/sqitch/commit/22a2fe882acfbc7702c031932315772c2b235029)) + ## [3.2.3](https://github.com/maevsi/sqitch/compare/3.2.2...3.2.3) (2024-02-10) diff --git a/package.json b/package.json index 4cba41de..01d8905c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.2.3", + "version": "3.2.4", "private": true, "engines": { "node": "20"