Skip to content

Commit af2af6f

Browse files
committed
Bump version v0.5.1
1 parent f92e4f7 commit af2af6f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## v0.5.1
4+
5+
- Fix `sw-stage` annotation error
6+
37
## v0.5.0
48

59
- New directive: `sw-stage`

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

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

0 commit comments

Comments
 (0)