diff --git a/CHANGELOG.md b/CHANGELOG.md index ce52daf..6b727c7 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. +### [3.2.3](https://github.com/marko-js/jest/compare/v3.2.2...v3.2.3) (2021-01-21) + + +### Bug Fixes + +* issue with unhandled marko deps ([1bb9a42](https://github.com/marko-js/jest/commit/1bb9a42)) + ### [3.2.2](https://github.com/marko-js/jest/compare/v3.2.1...v3.2.2) (2020-12-16) diff --git a/package-lock.json b/package-lock.json index 5a0912d..8c3b19c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/jest", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a8290d..77fded4 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": "3.2.2", + "version": "3.2.3", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/jest/issues", "dependencies": {