Skip to content

Commit 9034f02

Browse files
committed
Release 3.1.0
1 parent a35bfce commit 9034f02

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v3.1.0 (2020-07-20)
2+
3+
#### :bug: Bug Fix
4+
* [#27](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/27) support latest version of ember-changeset / ember-changeset-validations ([@jelhan](https://github.com/jelhan))
5+
* [#25](https://github.com/kaliber5/ember-bootstrap-changeset-validations/pull/25) hide deprecation notice when subclassing ember bootstrap classes ([@basz](https://github.com/basz))
6+
7+
#### Committers: 2
8+
- Bas Kamer ([@basz](https://github.com/basz))
9+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
10+
111
## v3.0.0 (2020-03-31)
212

313
#### :boom: Breaking Change

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.0.0",
3+
"version": "3.1.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)