From 4d4850e638d4b6354a4f0aeb2521a7c05548aa04 Mon Sep 17 00:00:00 2001 From: Ahn Date: Sat, 9 May 2020 08:45:41 +0200 Subject: [PATCH] chore(release): 25.5.1 (#1611) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe382aba1..8d4833de8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [25.5.1](https://github.com/kulshekhar/ts-jest/compare/v25.5.0...v25.5.1) (2020-05-09) + + +### Bug Fixes + +* **compiler:** don't resolve files from build folder for `projectReferences` ([#1614](https://github.com/kulshekhar/ts-jest/issues/1614)) ([74b92d3](https://github.com/kulshekhar/ts-jest/commit/74b92d3)) +* **config:** don't set `include` value of `tsconfig` to empty array ([#1606](https://github.com/kulshekhar/ts-jest/issues/1606)) ([8a29aaa](https://github.com/kulshekhar/ts-jest/commit/8a29aaa)) + + + # [25.5.0](https://github.com/kulshekhar/ts-jest/compare/v25.4.0...v25.5.0) (2020-05-05) diff --git a/package.json b/package.json index 4806599065..93e4a29d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-jest", - "version": "25.5.0", + "version": "25.5.1", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "cli.js",