Skip to content

Commit 8f72f66

Browse files
committed
Merge branch 'release/v0.6.0'
2 parents 9fcde07 + 3120a5b commit 8f72f66

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## v0.6.0
4+
5+
- Publish to NPM ([#8](https://github.com/pc035860/angular-scroll-watch/issues/8))
6+
- Support browserify/webpack/requirejs with UMD
7+
38
## v0.5.5
49

510
- Fix `sw-stage` destroy issue ([#6](https://github.com/pc035860/angular-scroll-watch/issues/6))

build/angular-scroll-watch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! anguar-scroll-watch
2-
version: 0.5.5
2+
version: 0.6.0
33
build date: 2016-2-13
44
author: [object Object]
55
https://github.com/pc035860/angular-scroll-watch.git */

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.5.5",
3+
"version": "0.6.0",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "build/angular-scroll-watch.js",
66
"scripts": {

0 commit comments

Comments
 (0)