Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Sep 28, 2022
1 parent 6b66e4d commit 6593473
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.0.0](https://github.com/marko-js/jest/compare/v4.1.2...v5.0.0) (2022-09-28)


### ⚠ BREAKING CHANGES

* drops support for Marko 3

### Features

* use Marko 5 compiler apis if available ([566112d](https://github.com/marko-js/jest/commit/566112db49405c985c0b87abc114270d56ff2936))
* use Marko's internal caching ([758bf9a](https://github.com/marko-js/jest/commit/758bf9a9c63ee11dcbc80618c2dc4bcce88e4dec))


* Merge pull request #22 from marko-js/improve-marko-5-support ([6b66e4d](https://github.com/marko-js/jest/commit/6b66e4d6f85777b611428200a176bc6f128af2e4)), closes [#22](https://github.com/marko-js/jest/issues/22)

### [4.1.2](https://github.com/marko-js/jest/compare/v4.1.1...v4.1.2) (2022-05-23)

### [4.1.1](https://github.com/marko-js/jest/compare/v4.1.0...v4.1.1) (2021-12-10)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/jest",
"description": "A preprocessor and preset to use Marko with Jest",
"version": "4.1.2",
"version": "5.0.0",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/jest/issues",
"dependencies": {
Expand Down

0 comments on commit 6593473

Please sign in to comment.