diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd1b8c..db46e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1.0](https://github.com/marko-js/jest/compare/v5.0.0...v5.1.0) (2023-06-22) + + +### Features + +* avoid custom resolver for newer Marko 4 versions ([7fd3fb8](https://github.com/marko-js/jest/commit/7fd3fb8e560c40d15c86f5f0ab2b43492648067e)) + + +### Bug Fixes + +* avoid overriding jest resolver when possible ([3018c43](https://github.com/marko-js/jest/commit/3018c4302d1b29533e7c8d79f3bc673a44f43935)) + ## [5.0.0](https://github.com/marko-js/jest/compare/v4.1.2...v5.0.0) (2022-09-28) diff --git a/package-lock.json b/package-lock.json index 027809d..ab8d9b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/jest", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@marko/jest", - "version": "5.0.0", + "version": "5.1.0", "license": "MIT", "dependencies": { "concat-with-sourcemaps": "^1.1.0", diff --git a/package.json b/package.json index a5a7b5c..8268c55 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.0.0", + "version": "5.1.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/jest/issues", "dependencies": {