diff --git a/CHANGELOG.md b/CHANGELOG.md index 71782cf..3320ac7 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.0](https://github.com/marko-js/jest/compare/v3.1.1...v3.2.0) (2020-07-30) + + +### Features + +* add Marko 5 as supported peerDependency ([0471e88](https://github.com/marko-js/jest/commit/0471e88)) + ### [3.1.1](https://github.com/marko-js/jest/compare/v3.1.0...v3.1.1) (2020-06-04) diff --git a/package-lock.json b/package-lock.json index 9f1c9ec..b9c4fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/jest", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad53144..17cd094 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.1.1", + "version": "3.2.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/jest/issues", "dependencies": {