diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f91e7..f88c50b 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. +### [2.2.1](https://github.com/marko-js/jest/compare/v2.2.0...v2.2.1) (2020-04-10) + + +### Bug Fixes + +* simplify transformIgnorePatterns & ensure .marko files get transformed ([#4](https://github.com/marko-js/jest/issues/4)) ([993b466](https://github.com/marko-js/jest/commit/993b466)) + ## [2.2.0](https://github.com/marko-js/jest/compare/v2.1.0...v2.2.0) (2020-03-11) diff --git a/package-lock.json b/package-lock.json index 90c0f28..35ec7c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/jest", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a979047..5fa9eac 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": "2.2.0", + "version": "2.2.1", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/jest/issues", "dependencies": {