Skip to content

Commit cfca5c3

Browse files
committed
Release 1.0.0
1 parent 5d3fc3f commit cfca5c3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
## v1.0.0 (2022-05-30)
3+
4+
#### :memo: Documentation
5+
* [#2](https://github.com/kaliber5/ember-bootstrap-constraint-validations/pull/2) Add basic documentation ([@simonihmig](https://github.com/simonihmig))
6+
7+
#### :house: Internal
8+
* `ember-bootstrap-constraint-validations`, `test-app`
9+
* [#1](https://github.com/kaliber5/ember-bootstrap-constraint-validations/pull/1) Convert back to v1 format ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### Committers: 1
12+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
13+
114
## v0.1.0 (2022-05-25)
215

316
Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-constraint-validations",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Add support for native HTML5 constraint validation to ember-bootstrap forms.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)