Skip to content

Commit cc5c350

Browse files
committed
Merge branch 'release/v0.4.0'
2 parents 8f48b4a + 60b5495 commit cc5c350

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.4.0
4+
5+
- Rename the **digest hook** config to `digestSync`
6+
37
## v0.3.0
48

59
- Introduce **digest hook** as `digest` in `scroll-watch` configs

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scroll-watch",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "angular-scroll-watch.js",
66
"ignore": [

build/angular-scroll-watch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anguar-scroll-watch",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)