From 4ad8e69248b7d26cb42e4b4907e6eaeb4c98e83f Mon Sep 17 00:00:00 2001 From: pc035860 Date: Sun, 24 Aug 2014 12:58:46 +0800 Subject: [PATCH] Bump version 0.5.2 --- CHANGELOG.md | 4 ++++ bower.json | 2 +- build/angular-scroll-watch.min.js | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8713ce..feed501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.5.2 + +- Prevent inifinite digest on `scroll-watch` + ## v0.5.1 - Fix `sw-stage` annotation error diff --git a/bower.json b/bower.json index bfadf5e..e32d279 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-scroll-watch", - "version": "0.5.1", + "version": "0.5.2", "description": "Basic scroll-aware directives for AngularJS.", "main": "angular-scroll-watch.js", "ignore": [ diff --git a/build/angular-scroll-watch.min.js b/build/angular-scroll-watch.min.js index 6a09df7..5d79557 100644 --- a/build/angular-scroll-watch.min.js +++ b/build/angular-scroll-watch.min.js @@ -1,5 +1,5 @@ /*! anguar-scroll-watch -version: 0.5.1 +version: 0.5.2 build date: 2014-8-24 author: Chih-Hsuan Fan https://github.com/pc035860/angular-scroll-watch.git */ diff --git a/package.json b/package.json index 0cdb4db..3850e90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anguar-scroll-watch", - "version": "0.5.1", + "version": "0.5.2", "description": "Basic scroll-aware directives for AngularJS.", "main": "index.js", "scripts": {