From d29f4e933e970745f259064fee278b1b92ff97ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 May 2023 09:57:10 +0000 Subject: [PATCH] chore(release): 1.17.1 [skip ci] ## [1.17.1](https://github.com/maevsi/sqitch/compare/1.17.0...1.17.1) (2023-05-29) ### Bug Fixes * schedule release ([9037d37](https://github.com/maevsi/sqitch/commit/9037d3770691a0ccb1b076097a2d83723876ed4b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bc91e2..a9bc53bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.1](https://github.com/maevsi/sqitch/compare/1.17.0...1.17.1) (2023-05-29) + + +### Bug Fixes + +* schedule release ([9037d37](https://github.com/maevsi/sqitch/commit/9037d3770691a0ccb1b076097a2d83723876ed4b)) + # [1.17.0](https://github.com/maevsi/sqitch/compare/1.16.0...1.17.0) (2023-05-15) diff --git a/package.json b/package.json index d6b6d2be..70f5d765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "1.17.0", + "version": "1.17.1", "private": true, "engines": { "node": "20"