Skip to content

Commit 56fb792

Browse files
committed
chore: version bump
1 parent 7e99c1a commit 56fb792

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 2018-12-08
8+
### Added
9+
- Added feature overview to README
10+
711
## [1.0.0] - 2018-12-08
812
### Added
913
- The methods 'destroy' and 'polyfill' are now exported (CommonJS) or exposed on window.SmoothscrollAnchorPolyfill. The polyfill still runs automatically on load so embedding it is enough, but now you can destroy it if you want (EventListeners are removed) and start it again, later.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smoothscroll-anchor-polyfill",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Apply smooth scroll to anchor links to replicate CSS scroll-behavior",
55
"main": "dist/index.js",
66
"browserslist": [

0 commit comments

Comments
 (0)