Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Aug 17, 2014
2 parents 8b18abd + a5cf93a commit 0a767c3
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

## 0.1.1

- Make a debounced scroll value update in `scrollWatchService.addConfig()`
- Correctly remove the config on element destruction

## 0.1.0

- First release
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-scroll-watch",
"version": "0.1.0",
"version": "0.1.1",
"description": "Basic scroll-aware directives for AngularJS.",
"main": "angular-scroll-watch.js",
"ignore": [
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.1.0",
"version": "0.1.1",
"description": "Basic scroll-aware directives for AngularJS.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0a767c3

Please sign in to comment.