Skip to content

Commit

Permalink
chore(release): 0.0.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalez870 committed Mar 13, 2024
1 parent 227ff4d commit fe80e4d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.0.1-0 (2024-03-13)


### Features

* add core functionality directive library ([1560a73](https://github.com/dgonzalez870/ngx-formcontrol-errors/commit/1560a735bc4265034bf93060bd503e180285df3d))
* add customizable error message parser ([#5](https://github.com/dgonzalez870/ngx-formcontrol-errors/issues/5)) ([93947f2](https://github.com/dgonzalez870/ngx-formcontrol-errors/commit/93947f2c98e52963fa252d3478a5928a1e2efb31))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-form-control-errors",
"version": "0.0.0",
"version": "0.0.1-0",
"description": "A directive for showing errors in Angular form controls in reactive forms",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-formcontrol-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-formcontrol-errors",
"version": "0.0.1",
"version": "0.0.1-0",
"description": "A directive for showing errors in Angular form controls on reactive forms",
"keywords": [
"angular",
Expand Down Expand Up @@ -33,4 +33,4 @@
"tslib": "^2.3.0"
},
"sideEffects": false
}
}

0 comments on commit fe80e4d

Please sign in to comment.