Skip to content

Commit a770daf

Browse files
committed
Merge branch 'release/v0.2.0'
2 parents e01fe01 + 32d94d0 commit a770daf

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
- New directive attribute: `sw-broadcast`
6+
37
## 0.1.1
48

59
- Make a debounced scroll value update in `scrollWatchService.addConfig()`

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.1.1",
3+
"version": "0.2.0",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "angular-scroll-watch.js",
66
"ignore": [

build/angular-scroll-watch.min.js

+2-2
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.1.1",
3+
"version": "0.2.0",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)