diff --git a/CHANGES.md b/CHANGES.md index faa8e51..7bb8849 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## 0.4.1 + +- [`ef5479d`](https://github.com/mochify-js/cli/commit/ef5479deeee426e217af14ba7357308cee90254e) + Improve stack trace mapping + +_Released by [Maximilian Antoni](https://github.com/mantoni) on 2023-12-28._ + ## 0.4.0 - [`d6eaa5f`](https://github.com/mochify-js/cli/commit/d6eaa5f839f1c5848f7f39d9e37b53af28e14aac) diff --git a/package-lock.json b/package-lock.json index db51bb6..69bac7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mochify/cli", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mochify/cli", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@mochify/mochify": "^0.5.1", diff --git a/package.json b/package.json index 0c0329d..69bedb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mochify/cli", - "version": "0.4.0", + "version": "0.4.1", "description": "Run mocha tests in headless browsers from the command line", "homepage": "https://github.com/mochify-js/cli", "bin": {