Skip to content

Commit 134676f

Browse files
authored
v0.2.2
* v0.2.2 * v0.2.2
1 parent 0ce2b7a commit 134676f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Change Log
22

3+
### v0.2.2 2016-09-12
4+
35
* #5 Replace `Ember.Handlebars.SafeString` with `Ember.String.htmlSafe`.
46

7+
8+
9+
510
### v0.2.1 2016-09-03
611

712
* [BUGFIX] Fix an issue that could cause the `nextMonth()` method to skip a month.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-time-tools",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Time and date tools for Ember applications.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)