Skip to content

Commit a4b8b51

Browse files
authored
Changelog: 🚀
### Added * `sideEffects: false` in package.json to enable optimizations introduced in webpack v4.
1 parent f108f32 commit a4b8b51

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [1.5.0] - 2018-02-25
12+
13+
### Added
14+
15+
* `sideEffects: false` in package.json to enable optimizations introduced in webpack v4.
16+
1117
## [1.4.0] - 2017-11-17
1218

1319
### Added
@@ -157,7 +163,8 @@ and this project adheres to
157163

158164
* Initial release.
159165

160-
[unreleased]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.4.0...HEAD
166+
[unreleased]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.5.0...HEAD
167+
[1.5.0]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.4.0...v1.5.0
161168
[1.4.0]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.3.0...v1.4.0
162169
[1.3.0]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.8...v1.3.0
163170
[1.2.8]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.7...v1.2.8

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"tsc:example": "tsc -p example",
3131
"tsc:main": "tsc -p ."
3232
},
33+
"sideEffects": false,
3334
"dependencies": {
3435
"amator": "1.0.1"
3536
},

0 commit comments

Comments
 (0)