Skip to content

Commit 4038cb9

Browse files
committed
chore(release): 13.0.0
1 parent 458a76e commit 4038cb9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [13.0.0](https://github.com/ngneat/spectator/compare/v12.2.1...v13.0.0) (2022-12-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* 🧨 Angular 15
11+
* 🧨 The library now required a min version of Angular 15.0.3
12+
13+
* feat: update karma test runner config for ng 15
14+
15+
- update @angular-builders/jest to 15
16+
17+
- update devkit karma settings to follow ng15 standards
18+
19+
- run 14 to 15 migration for cli
20+
21+
- add test file inclusion to angular.json
22+
23+
- remove webpack code from test.ts
24+
25+
Co-authored-by: Mark Bruning <[email protected]>
26+
27+
### Features
28+
29+
* 🎸 upgrade to Angular 15 ([#594](https://github.com/ngneat/spectator/issues/594)) ([458a76e](https://github.com/ngneat/spectator/commit/458a76e6ebade4391acfd20330f13c99f4d3ab40))
30+
531
### [12.2.1](https://github.com/ngneat/spectator/compare/v12.2.0...v12.2.1) (2022-12-06)
632

733

projects/spectator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ngneat/spectator",
33
"description": "A powerful tool to simplify your Angular tests",
44
"author": "Netanel Basal <[email protected]>",
5-
"version": "12.2.1",
5+
"version": "13.0.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)