Skip to content

Commit

Permalink
chore(release): 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed May 15, 2020
1 parent 47007f1 commit 1db8be5
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 118 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
<a name="26.0.0"></a>
# [26.0.0](https://github.com/kulshekhar/ts-jest/compare/v25.5.1...v26.0.0) (2020-05-15)


### Bug Fixes

* **compiler:** return `undefined` for `getScriptVersion` when a file doesn't exist in memory cache ([#1641](https://github.com/kulshekhar/ts-jest/issues/1641)) ([6851b8e](https://github.com/kulshekhar/ts-jest/commit/6851b8e))


### Features

* support Jest v26 ([#1602](https://github.com/kulshekhar/ts-jest/issues/1602)) ([23b7741](https://github.com/kulshekhar/ts-jest/commit/23b7741))


### BREAKING CHANGES

* Requires a minimum of TypeScript v3.8
* Drop support for Node 8


<a name="25.5.1"></a>
## [25.5.1](https://github.com/kulshekhar/ts-jest/compare/v25.5.0...v25.5.1) (2020-05-09)

Expand Down
160 changes: 45 additions & 115 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "25.5.1",
"version": "26.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "cli.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"lodash.memoize": "4.x",
"make-error": "1.x",
"micromatch": "4.x",
"mkdirp": "0.x",
"mkdirp": "1.x",
"semver": "7.x",
"yargs-parser": "18.x"
},
Expand Down Expand Up @@ -105,7 +105,7 @@
"@typescript-eslint/parser": "latest",
"conventional-changelog-cli": "2.x",
"cross-spawn": "latest",
"eslint": "latest",
"eslint": "6.x",
"eslint-config-prettier": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-jsdoc": "latest",
Expand Down

0 comments on commit 1db8be5

Please sign in to comment.