Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarosen committed Aug 18, 2014
1 parent f5fe205 commit 02c2429
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.1 2014-08-17

* Fixed overeager warnings related to I18N_COMPILE_WITHOUT_HANDLEBARS
and unquoted key arguments to the `{{t}}` helper.

## 2.2.0 2014-08-16

* The `{{t}}` helper now warns if passed an unquoted key argument.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "2.2.0",
"version": "2.2.1",
"description": "I18n support for Ember.js",
"main": [ "lib/i18n.js" ],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "2.2.0",
"version": "2.2.1",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit 02c2429

Please sign in to comment.