Skip to content

Commit 1b975db

Browse files
committed
Release 1.0.1
1 parent bac242c commit 1b975db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3+
## v1.0.1 (2022-07-21)
4+
5+
#### :bug: Bug Fix
6+
* [#4](https://github.com/ember-bootstrap/ember-bootstrap-constraint-validations/pull/4) Support shadow DOM ([@simonihmig](https://github.com/simonihmig))
7+
8+
#### Committers: 1
9+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
10+
211
## v1.0.0 (2022-05-30)
312

413
#### :memo: Documentation

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Add support for native HTML5 constraint validation to ember-bootstrap forms.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)