We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3091b5 commit 7164570Copy full SHA for 7164570
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# [14.0.0](https://github.com/thymikee/jest-preset-angular/compare/v13.1.6...v14.0.0) (2024-01-11)
2
+
3
4
+### Features
5
6
+* drop support Angular 13, 14 ([a3091b5](https://github.com/thymikee/jest-preset-angular/commit/a3091b54cdf9c204226085ceeb565cddbb7425d0))
7
8
9
+## BREAKING CHANGES
10
11
+* Drop support for Angular 11, 12
12
13
14
15
## [13.1.6](https://github.com/thymikee/jest-preset-angular/compare/v13.1.5...v13.1.6) (2024-01-11)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "jest-preset-angular",
- "version": "13.1.6",
+ "version": "14.0.0",
"description": "Jest preset configuration for Angular projects",
"license": "MIT",
"engines": {
0 commit comments