From 8a1aa72dcafc2f334e56f202d77022eb80e46401 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Nov 2023 21:35:00 +0000 Subject: [PATCH] chore(release): 3.0.7 [skip ci] ## [3.0.7](https://github.com/maevsi/sqitch/compare/3.0.6...3.0.7) (2023-11-17) ### Bug Fixes * **contact:** prevent changes to own contact ([0c9d9e0](https://github.com/maevsi/sqitch/commit/0c9d9e07909a7d4d6df54106206a9eabdcca11ae)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4613959a..8f1cc534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.7](https://github.com/maevsi/sqitch/compare/3.0.6...3.0.7) (2023-11-17) + + +### Bug Fixes + +* **contact:** prevent changes to own contact ([0c9d9e0](https://github.com/maevsi/sqitch/commit/0c9d9e07909a7d4d6df54106206a9eabdcca11ae)) + ## [3.0.6](https://github.com/maevsi/sqitch/compare/3.0.5...3.0.6) (2023-11-17) diff --git a/package.json b/package.json index 121271cc..28e413f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "3.0.6", + "version": "3.0.7", "private": true, "engines": { "node": "20"