Skip to content

Commit 3de124f

Browse files
committed
chore: bump to 1.2.3
1 parent 60a3f9b commit 3de124f

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.2.3"></a>
2+
# 1.2.3 (2015-07-10)
3+
4+
5+
## Bug Fixes
6+
7+
- Fixed $localForage.bind with falsey defaults (+ test).
8+
([c686347b](https://github.com/ocombe/angular-localForage/commit/c686347bbfd6433710c4acd5182ea5915a5c3cc5))
9+
10+
111
<a name="1.2.2"></a>
212
# 1.2.2 (2014-12-08)
313

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-localforage",
33
"main": "dist/angular-localForage.js",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"homepage": "https://github.com/ocombe/angular-localForage",
66
"authors": [
77
"Olivier Combe <[email protected]>"
@@ -39,4 +39,4 @@
3939
"localforage": "1.2.4",
4040
"angular": "1.2.x - 1.4.x"
4141
}
42-
}
42+
}

dist/angular-localForage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-localforage - Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)
3-
* @version v1.2.2
3+
* @version v1.2.3
44
* @link https://github.com/ocombe/angular-localForage
55
* @license MIT
66
* @author Olivier Combe <[email protected]>

dist/angular-localForage.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-localforage",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
55
"license": "MIT",
66
"main": "dist/angular-localForage.js",

0 commit comments

Comments
 (0)