From 996195e747c81a5c56f2e513b6f814331dc1b9c2 Mon Sep 17 00:00:00 2001 From: David Worms Date: Tue, 24 Sep 2024 00:29:04 +0200 Subject: [PATCH] chore(release): 0.1.7 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b2910..55db651 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.7](https://github.com/adaltas/node-mocha-they/compare/v0.1.6...v0.1.7) (2024-09-23) + +### Bug Fixes + +- call after on error in async handler ([e9cab9d](https://github.com/adaltas/node-mocha-they/commit/e9cab9dce6ca194660c83d93ea609cecd51d4258)) + ### [0.1.6](https://github.com/adaltas/node-mocha-they/compare/v0.1.4...v0.1.6) (2024-09-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 5f7c446..057d24b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha-they", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mocha-they", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "dependencies": { "mixme": "^1.1.0" diff --git a/package.json b/package.json index 999fe9d..cc2cb8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-they", - "version": "0.1.6", + "version": "0.1.7", "description": "Extends Mocha with the function `they` to transparently run tests in local and ssh mode", "keywords": [ "ssh",