From ad05b6e7c68583039cd974cff3a124ae06963d2e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Dec 2023 00:36:21 +0000 Subject: [PATCH] chore(release): 3.1.3 [skip ci] ## [3.1.3](https://github.com/maevsi/sqitch/compare/3.1.2...3.1.3) (2023-12-23) ### Bug Fixes * schedule release ([6195d8b](https://github.com/maevsi/sqitch/commit/6195d8b728f192d8a02e43cba3d770901ac339d6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b194a040..183d8327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/maevsi/sqitch/compare/3.1.2...3.1.3) (2023-12-23) + + +### Bug Fixes + +* schedule release ([6195d8b](https://github.com/maevsi/sqitch/commit/6195d8b728f192d8a02e43cba3d770901ac339d6)) + ## [3.1.2](https://github.com/maevsi/sqitch/compare/3.1.1...3.1.2) (2023-12-09) diff --git a/package.json b/package.json index cf9ba8c9..1282ce3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.1.2", + "version": "3.1.3", "private": true, "engines": { "node": "20"