Skip to content

Commit fc7a0e5

Browse files
committed
Bump version 0.5.5
1 parent 2ecca3f commit fc7a0e5

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## v0.5.5
4+
5+
- Fix `sw-stage` destroy issue ([#6](https://github.com/pc035860/angular-scroll-watch/issues/6))
6+
37
## v0.5.4
48

59
- Update bower main path ([#3](https://github.com/pc035860/angular-scroll-watch/pull/3))

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

build/angular-scroll-watch.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*! anguar-scroll-watch
2+
version: 0.5.5
3+
build date: 2015-7-25
4+
author: Chih-Hsuan Fan
5+
https://github.com/pc035860/angular-scroll-watch.git */
16
(function (module) {
27

38
var DIR_STYLE = 'swStyle',

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

0 commit comments

Comments
 (0)