We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce2b7a commit 134676fCopy full SHA for 134676f
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Change Log
2
3
+### v0.2.2 2016-09-12
4
+
5
* #5 Replace `Ember.Handlebars.SafeString` with `Ember.String.htmlSafe`.
6
7
8
9
10
### v0.2.1 2016-09-03
11
12
* [BUGFIX] Fix an issue that could cause the `nextMonth()` method to skip a month.
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-time-tools",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Time and date tools for Ember applications.",
"directories": {
"doc": "doc",
0 commit comments