Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 82ddc95

Browse files
chore(release): 3.1.2
1 parent 66f2f4c commit 82ddc95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## 3.1.2 (2022-01-11)
6+
7+
### Bug Fixes
8+
9+
- 🐛 missed null check for showMaxErrors ([66f2f4c](https://github.com/ngspot/ngx-errors/commit/66f2f4cef75381de843ed4f72189c5df5faad650))
10+
511
## 3.1.1 (2022-01-11)
612

713
### Bug Fixes

projects/ngx-errors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ngspot/ngx-errors",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Handle error messages in Angular forms with ease",
55
"peerDependencies": {
6-
"@angular/core": ">= 9.0.0"
6+
"@angular/core": ">= 13.0.0"
77
},
88
"author": {
99
"name": "Dmitry Efimenko",

0 commit comments

Comments
 (0)