Skip to content

Commit

Permalink
Merge branch 'release/v0.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Nov 24, 2014
2 parents 36ff60f + af0fca0 commit c20a3f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.3

- Support AngularJS 1.3 class animations ([#2](https://github.com/pc035860/angular-scroll-watch/issues/2))

## v0.5.2

- Prevent inifinite digest on `scroll-watch`
Expand Down
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.5.2",
"version": "0.5.3",
"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.5.2",
"version": "0.5.3",
"description": "Basic scroll-aware directives for AngularJS.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c20a3f9

Please sign in to comment.