Skip to content

Commit d11f9cf

Browse files
committed
Release 4.0.0
1 parent a17f627 commit d11f9cf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v4.0.0 (2020-12-04)
2+
3+
#### :boom: Breaking Change
4+
* [#34](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/34) drop support for Ember Bootstrap <= v4.4 ([@jelhan](https://github.com/jelhan))
5+
6+
#### :rocket: Enhancement
7+
* [#34](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/34) support Ember Bootstrap v4.5 and above ([@jelhan](https://github.com/jelhan))
8+
9+
#### :memo: Documentation
10+
* [#31](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/31) use angle-bracket invocation in README and some other improvements ([@simonihmig](https://github.com/simonihmig))
11+
12+
#### :house: Internal
13+
* [#35](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/35) migrate CI from TravisCI to GitHub actions ([@jelhan](https://github.com/jelhan))
14+
15+
#### Committers: 2
16+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
17+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
18+
19+
120
## v3.1.2 (2020-08-13)
221

322
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-changeset-validations",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "This Ember addon adds support for validations based on ember-changeset to ember-bootstrap",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)