Skip to content

Commit 1a88df3

Browse files
committed
Release 5.0.0
1 parent f99ac0f commit 1a88df3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v5.0.0 (2022-04-29)
2+
3+
#### :boom: Breaking Change
4+
* [#43](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/43) Drop support for ember-bootstrap v4 ([@simonihmig](https://github.com/simonihmig))
5+
* [#41](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/41) Update to Ember 4.2, drop support for Ember < 3.24, node 10, ember-changeset < 4 ([@simonihmig](https://github.com/simonihmig))
6+
7+
#### :rocket: Enhancement
8+
* [#42](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/42) Convert extended Form to native class, providing compatibility with ember-bootstrap 5.1+ ([@simonihmig](https://github.com/simonihmig))
9+
* [#41](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/41) Update to Ember 4.2, drop support for Ember < 3.24, node 10, ember-changeset < 4 ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### Committers: 1
12+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
13+
114
## v4.0.0 (2020-12-04)
215

316
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-changeset-validations",
3-
"version": "4.0.0",
3+
"version": "5.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)