From 97aec8954285198929d482cd22b337de1100ebc3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Mar 2024 00:35:18 +0000 Subject: [PATCH] chore(release): 3.2.5 [skip ci] ## [3.2.5](https://github.com/maevsi/sqitch/compare/3.2.4...3.2.5) (2024-03-09) ### Bug Fixes * schedule release ([b4b0bfd](https://github.com/maevsi/sqitch/commit/b4b0bfdc2694f8781852112e0412464b0f2403cb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2682d223..3d617dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.5](https://github.com/maevsi/sqitch/compare/3.2.4...3.2.5) (2024-03-09) + + +### Bug Fixes + +* schedule release ([b4b0bfd](https://github.com/maevsi/sqitch/commit/b4b0bfdc2694f8781852112e0412464b0f2403cb)) + ## [3.2.4](https://github.com/maevsi/sqitch/compare/3.2.3...3.2.4) (2024-02-24) diff --git a/package.json b/package.json index 874d685f..b7edef65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.2.4", + "version": "3.2.5", "private": true, "engines": { "node": "20"