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

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarosen committed Mar 22, 2015
1 parent 0d77e69 commit 810aa7f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

* Fix a bug where `missingMessage` held on to the first `context` it was sent for a given translation key. Now it recomputes on each invocation.

## 3.0.0

* Compatible with Ember 1.x. Notably, compatible with Ember 1.10+, which Ember-I18n 2.9.1 was not.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.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": "3.0.0",
"version": "3.0.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": "3.0.0",
"version": "3.0.1",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit 810aa7f

Please sign in to comment.