Skip to content

Commit 07cde86

Browse files
committed
Added autopublish to NPM action
1 parent b27406f commit 07cde86

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/smooth-scroll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* smooth-scroll v15.1.3
2+
* smooth-scroll v15.2.0
33
* Animate scrolling to anchor links
4-
* (c) 2018 Chris Ferdinandi
4+
* (c) 2019 Chris Ferdinandi
55
* MIT License
66
* http://github.com/cferdinandi/smooth-scroll
77
*/

dist/smooth-scroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/smooth-scroll.polyfills.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* smooth-scroll v15.1.3
2+
* smooth-scroll v15.2.0
33
* Animate scrolling to anchor links
4-
* (c) 2018 Chris Ferdinandi
4+
* (c) 2019 Chris Ferdinandi
55
* MIT License
66
* http://github.com/cferdinandi/smooth-scroll
77
*/

dist/smooth-scroll.polyfills.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smooth-scroll",
3-
"version": "15.1.3",
3+
"version": "15.2.0",
44
"description": "Animate scrolling to anchor links",
55
"main": "./dist/smooth-scroll.polyfills.min.js",
66
"author": {

0 commit comments

Comments
 (0)