Skip to content

Commit df04c78

Browse files
committed
Bump version 0.6.1
1 parent 043b44b commit df04c78

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## v0.6.1
4+
5+
- Fix package name typo
6+
37
## v0.6.0
48

59
- Publish to NPM ([#8](https://github.com/pc035860/angular-scroll-watch/issues/8))

build/angular-scroll-watch.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*! anguar-scroll-watch
2-
version: 0.6.0
1+
/*! angular-scroll-watch
2+
version: 0.6.1
33
build date: 2016-2-13
44
author: [object Object]
55
https://github.com/pc035860/angular-scroll-watch.git */

build/angular-scroll-watch.min.js

+2-2
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": "angular-scroll-watch",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Basic scroll-aware directives for AngularJS.",
55
"main": "build/angular-scroll-watch.js",
66
"scripts": {

0 commit comments

Comments
 (0)