File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.1.1] - 2018-12-10
8
+ ### Fixed
9
+ - Entry ` "unpkg" ` now actually points at minified version
10
+
7
11
## [ 1.1.0] - 2018-12-10
8
12
### Added
9
13
- ` destroy() ` and ` polyfill() ` now return the polyfill instance so you can chain them
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " smoothscroll-anchor-polyfill" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Apply smooth scroll to anchor links to replicate CSS scroll-behavior" ,
5
5
"main" : " dist/index.js" ,
6
- "unpkg" : " dist/index.js" ,
6
+ "unpkg" : " dist/index.min. js" ,
7
7
"browserslist" : [
8
8
" last 2 versions" ,
9
9
" > 1%" ,
You can’t perform that action at this time.
0 commit comments