Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiessinger committed May 3, 2021
1 parent bc17cfd commit 00dbef4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions changelog.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 3.0.2
- remove forgotten console.log (#10)

### 3.0.1 (Hotfix release)

#### Bug Fixes
Expand Down
3 changes: 1 addition & 2 deletions dist/scrolltosmooth.cjs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ScrollToSmooth
* Author: Bastian Fießinger
* Version: 3.0.1
* Version: 3.0.2
*/
'use strict';

Expand Down Expand Up @@ -753,7 +753,6 @@ function getTargetElement(el) {
return this.container;
}

console.log(targetSelector, validateSelector(targetSelector, this.container));
return validateSelector(targetSelector, this.container) ? _$(targetSelector, this.container) : null;
}
/**
Expand Down
3 changes: 1 addition & 2 deletions dist/scrolltosmooth.esm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ScrollToSmooth
* Author: Bastian Fießinger
* Version: 3.0.1
* Version: 3.0.2
*/
function _typeof(obj) {
"@babel/helpers - typeof";
Expand Down Expand Up @@ -749,7 +749,6 @@ function getTargetElement(el) {
return this.container;
}

console.log(targetSelector, validateSelector(targetSelector, this.container));
return validateSelector(targetSelector, this.container) ? _$(targetSelector, this.container) : null;
}
/**
Expand Down
4 changes: 2 additions & 2 deletions dist/scrolltosmooth.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00dbef4

Please sign in to comment.