Skip to content

Commit 37d221d

Browse files
committed
chore(release): 8.3.2
1 parent 8b6f2b0 commit 37d221d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [8.3.2](https://github.com/ngneat/spectator/compare/v8.3.1...v8.3.2) (2021-11-16)
6+
7+
8+
### Bug Fixes
9+
10+
* add code to KeyboardEvent ([#512](https://github.com/ngneat/spectator/issues/512)) ([8b6f2b0](https://github.com/ngneat/spectator/commit/8b6f2b02a5d54b04d5f56c3eff264df09b0af6a4))
11+
512
### [8.3.1](https://github.com/ngneat/spectator/compare/v8.3.0...v8.3.1) (2021-10-27)
613

714

projects/spectator/package.json

Lines changed: 2 additions & 2 deletions
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": "8.3.1",
5+
"version": "8.3.2",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -29,9 +29,9 @@
2929
"tslib": "^2.1.0"
3030
},
3131
"peerDependencies": {
32+
"@angular/animations": ">= 12.0.0",
3233
"@angular/common": ">= 12.0.0",
3334
"@angular/router": ">= 12.0.0",
34-
"@angular/animations": ">= 12.0.0",
3535
"typescript": ">= 4.0.0"
3636
},
3737
"bin": {

0 commit comments

Comments
 (0)