From b62deb96a9730f0dbacaf929c92c84099e1d36f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 May 2023 01:13:05 +0000 Subject: [PATCH] chore(release): 1.17.0 [skip ci] # [1.17.0](https://github.com/maevsi/sqitch/compare/1.16.0...1.17.0) (2023-05-15) ### Bug Fixes * **docker:** correct copy sources ([80f336e](https://github.com/maevsi/sqitch/commit/80f336e8b18359c89cf93ad8ba37471ac8def5c6)) * **dump:** remove version comments ([9bd4bb0](https://github.com/maevsi/sqitch/commit/9bd4bb0762483b879ef28c640becb927714727e4)) * **package:** add name ([69501dd](https://github.com/maevsi/sqitch/commit/69501dddf18a0ef8717b4c3a69e3ec5658151327)) * **schema-update:** correct docker context directory ([18c62d4](https://github.com/maevsi/sqitch/commit/18c62d45f981e00293e909ad083851911e5c8755)) * **sqitch:** add docker entrypoint ([6cc8e2b](https://github.com/maevsi/sqitch/commit/6cc8e2b0e515551b7ea7d88accbb93218e9f6426)) * **sqitch:** correct schema update script ([f9d0650](https://github.com/maevsi/sqitch/commit/f9d065086cc2d8029dcba0bcb6842afcab694f13)) * **sqitch:** let docker sleep indefinetly ([fb55be9](https://github.com/maevsi/sqitch/commit/fb55be9ecc1f011d680100040f5d4f6f52ae5551)) * **sql:** disallow deleting contact assigned to own account ([d2acdaf](https://github.com/maevsi/sqitch/commit/d2acdaff40351b505931b5c6ab785a1baf7bbd52)) ### Features * setup own repository ([c8ab8dd](https://github.com/maevsi/sqitch/commit/c8ab8dd56844698e897796af797001de92f8cc86)) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60df95a..c7bc91e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.17.0](https://github.com/maevsi/sqitch/compare/1.16.0...1.17.0) (2023-05-15) + + +### Bug Fixes + +* **docker:** correct copy sources ([80f336e](https://github.com/maevsi/sqitch/commit/80f336e8b18359c89cf93ad8ba37471ac8def5c6)) +* **dump:** remove version comments ([9bd4bb0](https://github.com/maevsi/sqitch/commit/9bd4bb0762483b879ef28c640becb927714727e4)) +* **package:** add name ([69501dd](https://github.com/maevsi/sqitch/commit/69501dddf18a0ef8717b4c3a69e3ec5658151327)) +* **schema-update:** correct docker context directory ([18c62d4](https://github.com/maevsi/sqitch/commit/18c62d45f981e00293e909ad083851911e5c8755)) +* **sqitch:** add docker entrypoint ([6cc8e2b](https://github.com/maevsi/sqitch/commit/6cc8e2b0e515551b7ea7d88accbb93218e9f6426)) +* **sqitch:** correct schema update script ([f9d0650](https://github.com/maevsi/sqitch/commit/f9d065086cc2d8029dcba0bcb6842afcab694f13)) +* **sqitch:** let docker sleep indefinetly ([fb55be9](https://github.com/maevsi/sqitch/commit/fb55be9ecc1f011d680100040f5d4f6f52ae5551)) +* **sql:** disallow deleting contact assigned to own account ([d2acdaf](https://github.com/maevsi/sqitch/commit/d2acdaff40351b505931b5c6ab785a1baf7bbd52)) + + +### Features + +* setup own repository ([c8ab8dd](https://github.com/maevsi/sqitch/commit/c8ab8dd56844698e897796af797001de92f8cc86)) + # [1.17.0-beta.1](https://github.com/maevsi/sqitch/compare/1.16.0...1.17.0-beta.1) (2023-05-14) diff --git a/package.json b/package.json index 8ad18a64..aaa64d12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maevsi/sqitch", - "version": "1.17.0-beta.1", + "version": "1.17.0", "private": true, "engines": { "node": "20"