Skip to content

Commit

Permalink
Merge branch 'release/v0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Feb 13, 2016
2 parents 9fcde07 + 3120a5b commit 8f72f66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.0

- Publish to NPM ([#8](https://github.com/pc035860/angular-scroll-watch/issues/8))
- Support browserify/webpack/requirejs with UMD

## v0.5.5

- Fix `sw-stage` destroy issue ([#6](https://github.com/pc035860/angular-scroll-watch/issues/6))
Expand Down
2 changes: 1 addition & 1 deletion build/angular-scroll-watch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! anguar-scroll-watch
version: 0.5.5
version: 0.6.0
build date: 2016-2-13
author: [object Object]
https://github.com/pc035860/angular-scroll-watch.git */
Expand Down
2 changes: 1 addition & 1 deletion build/angular-scroll-watch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anguar-scroll-watch",
"version": "0.5.5",
"version": "0.6.0",
"description": "Basic scroll-aware directives for AngularJS.",
"main": "build/angular-scroll-watch.js",
"scripts": {
Expand Down

0 comments on commit 8f72f66

Please sign in to comment.