Skip to content

Commit

Permalink
chore(all): prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 6, 2016
1 parent a7e8090 commit 2034cc6
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 222 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "0.5.0",
"version": "0.5.1",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/aurelia-i18n.js
Expand Up @@ -541,7 +541,7 @@ export class RelativeTime {
this.ea = ea;

this.service.i18nextReady().then(() => {
this.setup();
this.setup();
});
this.ea.subscribe('i18n:locale:changed', locales => {
this.setup(locales);
Expand Down
9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,12 @@
### 0.5.1 (2016-04-06)


#### Bug Fixes

* **i18n:** use a promise to wait for i18next to be ready before updating value ([2b69cfeb](http://github.com/aurelia/i18n/commit/2b69cfeb09e017209b3510daccd68c7e91dcb7f5))
* **relativeTime:** prevent relativeTime to add resources to soon ([21a37e62](http://github.com/aurelia/i18n/commit/21a37e62814280601a5fc6e0a23ae3764a126cf6))


### 0.5.0 (2016-03-25)


Expand Down

0 comments on commit 2034cc6

Please sign in to comment.