diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fe5e8..c351ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2018-05-30 + +### Changed +- React version requirement to 16 + +### Removed +- Symbol polyfill requirement + + ## [1.0.0] - 2018-05-30 ### Added diff --git a/package.json b/package.json index 05e3d2c..22a7576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-lazy", - "version": "1.0.0", + "version": "1.0.1", "description": "Performant search engine and no-JS friendly universally rendering components for lazy loading, ad impressions, occlusion culling and sentinel scrolling", "main": "dist/module/index.js", "scripts": { @@ -46,7 +46,7 @@ ], "peerDependencies": { "prop-types": ">=15", - "react": ">=15" + "react": ">=16" }, "devDependencies": { "babel-cli": "^6.24.1",