diff --git a/CHANGELOG.md b/CHANGELOG.md index 6030973..3d8a162 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. +### [5.2.3](https://github.com/marko-js/jest/compare/v5.2.2...v5.2.3) (2023-10-18) + + +### Bug Fixes + +* ensure jest is always passed a sourceMap object ([2f7c08f](https://github.com/marko-js/jest/commit/2f7c08f1dde9fd73eba50ce49755fb54c0f2ef90)) + ### [5.2.2](https://github.com/marko-js/jest/compare/v5.2.1...v5.2.2) (2023-10-09) diff --git a/package-lock.json b/package-lock.json index 22697bd..d7d4285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/jest", - "version": "5.2.2", + "version": "5.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@marko/jest", - "version": "5.2.2", + "version": "5.2.3", "license": "MIT", "dependencies": { "concat-with-sourcemaps": "^1.1.0", diff --git a/package.json b/package.json index 3ff7e26..ede0558 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": "5.2.2", + "version": "5.2.3", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/jest/issues", "dependencies": {