Skip to content

Commit 00dbef4

Browse files
committed
bump version
1 parent bc17cfd commit 00dbef4

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

changelog.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 3.0.2
4+
- remove forgotten console.log (#10)
5+
36
### 3.0.1 (Hotfix release)
47

58
#### Bug Fixes

dist/scrolltosmooth.cjs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ScrollToSmooth
33
* Author: Bastian Fießinger
4-
* Version: 3.0.1
4+
* Version: 3.0.2
55
*/
66
'use strict';
77

@@ -753,7 +753,6 @@ function getTargetElement(el) {
753753
return this.container;
754754
}
755755

756-
console.log(targetSelector, validateSelector(targetSelector, this.container));
757756
return validateSelector(targetSelector, this.container) ? _$(targetSelector, this.container) : null;
758757
}
759758
/**

dist/scrolltosmooth.esm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ScrollToSmooth
33
* Author: Bastian Fießinger
4-
* Version: 3.0.1
4+
* Version: 3.0.2
55
*/
66
function _typeof(obj) {
77
"@babel/helpers - typeof";
@@ -749,7 +749,6 @@ function getTargetElement(el) {
749749
return this.container;
750750
}
751751

752-
console.log(targetSelector, validateSelector(targetSelector, this.container));
753752
return validateSelector(targetSelector, this.container) ? _$(targetSelector, this.container) : null;
754753
}
755754
/**

dist/scrolltosmooth.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)