diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4a50e..9c1ac3e 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.11](https://github.com/adaltas/node-mocha-they/compare/v0.1.10...v0.1.11) (2024-11-04) + +### Features + +- default export for esm usage ([9226734](https://github.com/adaltas/node-mocha-they/commit/92267349b9422fea0e682a81ff902d4a806c2c68)) + ### [0.1.10](https://github.com/adaltas/node-mocha-they/compare/v0.1.9...v0.1.10) (2024-09-28) ### [0.1.9](https://github.com/adaltas/node-mocha-they/compare/v0.1.8...v0.1.9) (2024-09-28) diff --git a/package-lock.json b/package-lock.json index 8479e93..ddf94d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha-they", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mocha-they", - "version": "0.1.10", + "version": "0.1.11", "license": "MIT", "dependencies": { "mixme": "^1.1.0" diff --git a/package.json b/package.json index 00b2702..fba3593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-they", - "version": "0.1.10", + "version": "0.1.11", "description": "Extends Mocha with the function `they` to transparently run tests in local and ssh mode", "keywords": [ "ssh",