Skip to content

Commit 4667ab9

Browse files
committed
chore(release): 22.1.0
1 parent bbf63eb commit 4667ab9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [22.1.0](https://github.com/ngneat/spectator/compare/v22.0.0...v22.1.0) (2025-11-02)
6+
7+
8+
### Features
9+
10+
* 🎸 DOMSelector support for query parentSelector ([#732](https://github.com/ngneat/spectator/issues/732)) ([e5616a2](https://github.com/ngneat/spectator/commit/e5616a2d9556c75cfe399052ecb310281318e80a))
11+
12+
13+
### Bug Fixes
14+
15+
* custom matchers are not available when using createHttpFactory ([#736](https://github.com/ngneat/spectator/issues/736)) ([bbf63eb](https://github.com/ngneat/spectator/commit/bbf63eb6aa3c711c97cd60b2d8a6c959f5a46acf))
16+
* **spectator:** resolve injection token override issue ([#734](https://github.com/ngneat/spectator/issues/734)) ([d7daf1c](https://github.com/ngneat/spectator/commit/d7daf1ca148f384dd3ac80a4d7b2111b36f31cd8)), closes [#337](https://github.com/ngneat/spectator/issues/337)
17+
518
## [22.0.0](https://github.com/ngneat/spectator/compare/v21.0.1...v22.0.0) (2025-10-08)
619

720

projects/spectator/package.json

Lines changed: 1 addition & 1 deletion
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": "22.0.0",
5+
"version": "22.1.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)