Skip to content

Commit 9a0014d

Browse files
committed
Update CHANGELOG
1 parent ff950b9 commit 9a0014d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog (master)
22

3+
### v5.0.0
4+
* Breaking: Upgrade Jest to 22 ([#109](https://github.com/thymikee/jest-preset-angular/pull/109))
5+
* Breaking: Upgrade `ts-jest` to 22 ([#109](https://github.com/thymikee/jest-preset-angular/pull/109))
6+
* Chore: Get rid of explicit `jsdom` dependency and custom test environment
7+
38
### v4.0.2
49
* Breaking: Change to MIT license ([#102](https://github.com/thymikee/jest-preset-angular/pull/102))
510
* Fix: Upgrade example app to Angular 5.0.0 using Angular CLI 1.6.1 ([#101](https://github.com/thymikee/jest-preset-angular/pull/101))
@@ -16,8 +21,8 @@
1621
* Fix: `fakeAsync` not working with `zone.js` >= 0.8.11
1722

1823
### v3.0.1
19-
* Breaking: Upgrade jest to 21
20-
* Breaking: Upgrade ts-jest to 21
24+
* Breaking: Upgrade Jest to 21
25+
* Breaking: Upgrade `ts-jest` to 21
2126
* Breaking: `moduleNameMapper` no longer maps absolute paths to `src` by default, you need to declare the mappings explicitly ([#53](https://github.com/thymikee/jest-preset-angular/pull/53))
2227
* Fix: issues with `moduleNameMapper` not overriding mappings ([#53](https://github.com/thymikee/jest-preset-angular/pull/53))
2328

0 commit comments

Comments
 (0)