Skip to content

Commit ae2b3f6

Browse files
committed
chore(release): 8.3.0
1 parent 3879976 commit ae2b3f6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [8.3.0](https://github.com/thymikee/jest-preset-angular/compare/v8.2.1...v8.3.0) (2020-08-23)
2+
3+
4+
### Features
5+
6+
* add support for zone.js 0.11.1 ([#448](https://github.com/thymikee/jest-preset-angular/issues/448)) ([3879976](https://github.com/thymikee/jest-preset-angular/commit/3879976f80e2b41533e6a4c564993490d1ab8cc3))
7+
8+
9+
### Bug Fixes
10+
11+
* change `astTransformers` in preset config ([#443](https://github.com/thymikee/jest-preset-angular/pull/443)) ([276784](https://github.com/thymikee/jest-preset-angular/commit/1011d15bb8102c4762f19b3997bd161a2b276784)), closes [#439](https://github.com/thymikee/jest-preset-angular/issues/439)
12+
13+
14+
115
## [8.2.1](https://github.com/thymikee/jest-preset-angular/compare/v8.2.0...v8.2.1) (2020-06-19)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "jest",
1717
"test:ci": "jest -i",
1818
"test:e2e": "node scripts/e2e.js",
19-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
19+
"changelog": "cd src && conventional-changelog -p angular -i ../CHANGELOG.md -s -r 1"
2020
},
2121
"devDependencies": {
2222
"@commitlint/cli": "9.x",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-preset-angular",
3-
"version": "8.2.1",
3+
"version": "8.3.0",
44
"description": "Jest preset configuration for Angular projects",
55
"main": "index.js",
66
"repository": "[email protected]:thymikee/jest-preset-angular.git",

0 commit comments

Comments
 (0)