Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.1...v7.0.0) (2023-04-22)

* fix(types)!: add support for slonik >= 33.1.1 (#18) ([77cb4f7](77cb4f7)), closes [#18](#18)

### BREAKING CHANGES

* mocha-slonik will no longer compile with slonik version < 33.1.1

* fix: always call `.end()` on PgClient setup instance

* fix: use end method from PgPool

* refactor: remove processID in debug logs

* chore(deps): update dev dependency to 33.3.1

* chore(deps): update sinon v15.0.2

* chore(ci): test against slonik 33.3.1

* docs: update version compatibility chart
  • Loading branch information
AndrewJo authored and semantic-release-bot committed Apr 22, 2023
1 parent 77cb4f7 commit 9a8b079
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [7.0.0](https://github.com/AndrewJo/mocha-slonik/compare/v6.0.1...v7.0.0) (2023-04-22)


* fix(types)!: add support for slonik >= 33.1.1 (#18) ([77cb4f7](https://github.com/AndrewJo/mocha-slonik/commit/77cb4f730131815b73825d9c75232a83d145f38a)), closes [#18](https://github.com/AndrewJo/mocha-slonik/issues/18)


### BREAKING CHANGES

* mocha-slonik will no longer compile with slonik version < 33.1.1

* fix: always call `.end()` on PgClient setup instance

* fix: use end method from PgPool

* refactor: remove processID in debug logs

* chore(deps): update dev dependency to 33.3.1

* chore(deps): update sinon v15.0.2

* chore(ci): test against slonik 33.3.1

* docs: update version compatibility chart

## [6.0.1](https://github.com/AndrewJo/mocha-slonik/compare/v6.0.0...v6.0.1) (2023-04-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-slonik",
"version": "6.0.1",
"version": "7.0.0",
"description": "Slonik transaction support for Mocha test framework",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 9a8b079

Please sign in to comment.