Skip to content

Commit

Permalink
chore(*): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Feb 25, 2014
1 parent e685ef5 commit b4d09f9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 2.0.1 (2014-02-25)

## Features
### instant

* invoke missing handler within `$translate.instant(id)` (aaf52b5)



## Bug fixes
### instant

* fix possible npe in case of filters with undefineds (61a9490)

* $translate.instant(id) does not return correct fallback (eec1d77)

### refresh

* fix bug in refresh if using partial loader (95c43b4)

### $translate

* Ensuring that languages will be set based on the order they are requested, not the order the responses come in. (32e1851)



# 2.0.0 (2014-02-16)

## Features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Pascal Precht",
"name": "angular-translate",
"description": "A translation module for AngularJS",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "http://github.com/PascalPrecht/angular-translate",
"repository": {
"type": "git",
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": "angular-translate",
"version": "2.0.0",
"version": "2.0.1",
"description": "A translation module for AngularJS",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b4d09f9

Please sign in to comment.