Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 930b8f6

Browse files
committed
chore(package): bump to 1.1.4
1 parent fabf9ea commit 930b8f6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Release 1.1.3 ()
1+
# Release 1.1.4 (2015-10-28)
2+
- Killed the bug of horrible that prevented values from being output.
3+
- Caused by 1.1.3.
4+
- Fixed #16, #14, #15, #5.
5+
6+
# Release 1.1.3 (2015-10-24)
27
- Killed the exponential increase in $$listenerCount.
38
- Fixed #5
49

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bind-notifier",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"homepage": "https://github.com/kasperlewau/angular-bind-notifier",
55
"authors": [
66
"Kasper Lewau <lewauu@gmail.com> (https://github.com/kasperlewau)"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bind-notifier",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "on demand refreshing of angular bindings",
55
"main": "dist/angular-bind-notifier.js",
66
"scripts": {

0 commit comments

Comments
 (0)