Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](1.16.0...1.17.0) (2023-05-15)

### Bug Fixes

* **docker:** correct copy sources ([80f336e](80f336e))
* **dump:** remove version comments ([9bd4bb0](9bd4bb0))
* **package:** add name ([69501dd](69501dd))
* **schema-update:** correct docker context directory ([18c62d4](18c62d4))
* **sqitch:** add docker entrypoint ([6cc8e2b](6cc8e2b))
* **sqitch:** correct schema update script ([f9d0650](f9d0650))
* **sqitch:** let docker sleep indefinetly ([fb55be9](fb55be9))
* **sql:** disallow deleting contact assigned to own account ([d2acdaf](d2acdaf))

### Features

* setup own repository ([c8ab8dd](c8ab8dd))
  • Loading branch information
semantic-release-bot committed May 15, 2023
1 parent 28be917 commit b62deb9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maevsi/sqitch",
"version": "1.17.0-beta.1",
"version": "1.17.0",
"private": true,
"engines": {
"node": "20"
Expand Down

0 comments on commit b62deb9

Please sign in to comment.