diff --git a/CHANGELOG.md b/CHANGELOG.md index 641d2ae..83beabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.1](https://github.com/AndrewJo/mocha-slonik/compare/v9.0.0...v9.0.1) (2024-06-11) + + +### Bug Fixes + +* upgrade ts-mock-imports from 1.3.8 to 1.3.16 ([#27](https://github.com/AndrewJo/mocha-slonik/issues/27)) ([13b5fb6](https://github.com/AndrewJo/mocha-slonik/commit/13b5fb623284335abae2e12b640073be893a6a1e)) + # [9.0.0](https://github.com/AndrewJo/mocha-slonik/compare/v8.0.0...v9.0.0) (2023-10-16) diff --git a/package-lock.json b/package-lock.json index a3ec26b..469e4e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha-slonik", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha-slonik", - "version": "9.0.0", + "version": "9.0.1", "license": "BSD-2-Clause", "dependencies": { "sinon": "^15.1.0", diff --git a/package.json b/package.json index cc6aac6..2492a02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-slonik", - "version": "9.0.0", + "version": "9.0.1", "description": "Slonik transaction support for Mocha test framework", "main": "dist/index.js", "types": "./dist/index.d.ts",