From 1d03b769b6ef129d4aaa5d29b0286f3ff5d7aa94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Jan 2025 21:39:55 +0000 Subject: [PATCH] chore(release): 4.13.2 [skip ci] ## [4.13.2](https://github.com/maevsi/sqitch/compare/4.13.1...4.13.2) (2025-01-25) ### Bug Fixes * **account-block:** remove bug in function, create new table function ([#125](https://github.com/maevsi/sqitch/issues/125)) ([35b22b4](https://github.com/maevsi/sqitch/commit/35b22b4a1530e6cb95687578c0725428e243b4cd)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22df667..b20084d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.13.2](https://github.com/maevsi/sqitch/compare/4.13.1...4.13.2) (2025-01-25) + +### Bug Fixes + +* **account-block:** remove bug in function, create new table function ([#125](https://github.com/maevsi/sqitch/issues/125)) ([35b22b4](https://github.com/maevsi/sqitch/commit/35b22b4a1530e6cb95687578c0725428e243b4cd)) + ## [4.13.1](https://github.com/maevsi/sqitch/compare/4.13.0...4.13.1) (2025-01-22) ### Bug Fixes diff --git a/package.json b/package.json index 026e0d5..eeb1dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "4.13.1", + "version": "4.13.2", "private": true, "engines": { "node": "22"