diff --git a/CHANGELOG.md b/CHANGELOG.md index 55db651..949bff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.8](https://github.com/adaltas/node-mocha-they/compare/v0.1.7...v0.1.8) (2024-09-28) + +### Bug Fixes + +- infer typing in promise fn argument ([d623ad8](https://github.com/adaltas/node-mocha-they/commit/d623ad866f9633322d4a414e524b67b9ae4bfd24)) + ### [0.1.7](https://github.com/adaltas/node-mocha-they/compare/v0.1.6...v0.1.7) (2024-09-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index e6029f0..ad03dc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha-they", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mocha-they", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "dependencies": { "mixme": "^1.1.0" diff --git a/package.json b/package.json index 0e04084..9dc51d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-they", - "version": "0.1.7", + "version": "0.1.8", "description": "Extends Mocha with the function `they` to transparently run tests in local and ssh mode", "keywords": [ "ssh",