diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d9265..6a679af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.11](https://github.com/wessberg/scroll-behavior-polyfill/compare/v2.0.10...v2.0.11) (2019-08-12) + +### Bug Fixes + +- **declarations:** marks declarations as a module to help with async imports. Closes [#8](https://github.com/wessberg/scroll-behavior-polyfill/issues/8) ([ac1e99e](https://github.com/wessberg/scroll-behavior-polyfill/commit/ac1e99e)) + ## [2.0.10](https://github.com/wessberg/scroll-behavior-polyfill/compare/v2.0.9...v2.0.10) (2019-07-18) ### Bug Fixes diff --git a/package.json b/package.json index 7d60874..89c6a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scroll-behavior-polyfill", - "version": "2.0.10", + "version": "2.0.11", "description": "A polyfill for the 'scroll-behavior' CSS-property", "repository": { "type": "git",