Skip to content

Commit 09ffdfb

Browse files
authored
release 1.7.2 (#300)
1 parent cb0811e commit 09ffdfb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

8+
## 1.7.2 (2019-05-16)
9+
10+
#### :bug: Bug Fix
11+
* [#299](https://github.com/poteto/ember-cli-flash/pull/299) Fix guidFor import ([@villander](https://github.com/villander))
12+
13+
#### Committers: 1
14+
- Michael Villander ([@villander](https://github.com/villander))
15+
816
## 1.7.1 (2019-01-08)
917

1018
#### :memo: Documentation

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.7.1",
3+
"version": "1.7.2",
44
"description": "Simple, highly configurable flash messages for ember-cli",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)