Skip to content

Commit 5407a8c

Browse files
author
Scott Batson
committed
release v 1.6.3
1 parent 8c0e853 commit 5407a8c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ changelog, see the git history.
55

66
[npm page](https://www.npmjs.com/package/ember-cli-flash)
77

8+
## [1.6.3]
9+
- Update test-helper blueprint for ember versions >= `2.17`
10+
[263](https://github.com/poteto/ember-cli-flash/pull/263)
11+
- Allow flash messages without text when `preventDuplicates` is `false`
12+
[260](https://github.com/poteto/ember-cli-flash/pull/260)
13+
814
## [1.6.2]
915
- extendTimeout on sticky message [254](https://github.com/poteto/ember-cli-flash/pull/254)
1016

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-flash",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Simple, highly configurable flash messages for ember-cli",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)