diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd9e1f..6c2a843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.0.2](https://github.com/marko-js/jest/compare/v4.0.1...v4.0.2) (2021-06-03) + + +### Bug Fixes + +* prefer inline sourcemaps which better support debugging ([c51aff7](https://github.com/marko-js/jest/commit/c51aff71705c170cbbb1373483df4cea7f9b40d3)) + ### [4.0.1](https://github.com/marko-js/jest/compare/v4.0.0...v4.0.1) (2021-06-02) diff --git a/package-lock.json b/package-lock.json index e8509eb..ecb9492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/jest", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d24c19..523404c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/jest", "description": "A preprocessor and preset to use Marko with Jest", - "version": "4.0.1", + "version": "4.0.2", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/jest/issues", "dependencies": {