Skip to content

Commit 07cdca9

Browse files
committed
chore(release): 2.3.1
1 parent 15c2f02 commit 07cdca9

File tree

3 files changed

+9
-2
lines changed

3 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+
### [2.3.1](https://github.com/EndyKaufman/ngx-dynamic-form-builder/compare/v2.3.0...v2.3.1) (2022-11-25)
6+
7+
8+
### Bug Fixes
9+
10+
* added support work in angular 15 and >=12 ([#213](https://github.com/EndyKaufman/ngx-dynamic-form-builder/issues/213)) ([15c2f02](https://github.com/EndyKaufman/ngx-dynamic-form-builder/commit/15c2f0285e042dceff774968c31a8b7414bff315))
11+
512
## [2.3.0](https://github.com/EndyKaufman/ngx-dynamic-form-builder/compare/v2.2.2...v2.3.0) (2022-11-25)
613

714
### Features

libs/ngx-dynamic-form-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-dynamic-form-builder",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "FormBuilder + class-transformer-global-storage + class-validator-multi-lang = dynamic form group builder for Angular",
55
"keywords": [
66
"form-builder",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-dynamic-form-builder",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "FormBuilder + class-transformer-global-storage + class-validator-multi-lang = dynamic form group builder for Angular",
55
"keywords": [
66
"form-builder",

0 commit comments

Comments
 (0)