Skip to content

Commit 4c3d7c2

Browse files
committed
0.4.0
1 parent 299e19d commit 4c3d7c2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## master
2+
3+
## 0.4.0
24
+ [BREAKING] Update dependencies and project/testing setup to match `ember-cli@2.15.0` [#56](https://github.com/kimroen/ember-cli-document-title/pull/56)
35
`ember-cli-document-title` now requires Node 4 or greater.
46
+ Add support for returning a Promise from the `titleToken` function. [#55](https://github.com/kimroen/ember-cli-document-title/pull/55)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-document-title",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Adding document title functionality to your ember app",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)