Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Release version 1.1.1 with fix for issue #25.
  • Loading branch information
heathharrelson committed Jan 15, 2016
1 parent 4a817dd commit 04c6a27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.1 2016/01/15

Specify the version string to add to the bower.json when the addon is installed, preventing broken builds (see issue #25).

## 1.1.0 2015/12/16

Now passes a locale to the pre- and post-init actions, allowing them to perform work that depends on the locale, such as loading or unloading additional resources. The new locale is passed to pre-init actions, and the old locale is passed to post-init actions. See #24 for details. Thanks to @mpirio for making this happen.

## 1.0.0 2015/08/27

### Breaking
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-i18next",
"version": "1.1.0",
"version": "1.1.1",
"description": "Ember CLI addon that integrates the i18next library.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 04c6a27

Please sign in to comment.