Skip to content

Commit

Permalink
chore: bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Jul 10, 2015
1 parent 60a3f9b commit 3de124f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.2.3"></a>
# 1.2.3 (2015-07-10)


## Bug Fixes

- Fixed $localForage.bind with falsey defaults (+ test).
([c686347b](https://github.com/ocombe/angular-localForage/commit/c686347bbfd6433710c4acd5182ea5915a5c3cc5))


<a name="1.2.2"></a>
# 1.2.2 (2014-12-08)

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-localforage",
"main": "dist/angular-localForage.js",
"version": "1.2.2",
"version": "1.2.3",
"homepage": "https://github.com/ocombe/angular-localForage",
"authors": [
"Olivier Combe <[email protected]>"
Expand Down Expand Up @@ -39,4 +39,4 @@
"localforage": "1.2.4",
"angular": "1.2.x - 1.4.x"
}
}
}
2 changes: 1 addition & 1 deletion dist/angular-localForage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-localforage - Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)
* @version v1.2.2
* @version v1.2.3
* @link https://github.com/ocombe/angular-localForage
* @license MIT
* @author Olivier Combe <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-localForage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-localforage",
"version": "1.2.2",
"version": "1.2.3",
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
"license": "MIT",
"main": "dist/angular-localForage.js",
Expand Down

0 comments on commit 3de124f

Please sign in to comment.