diff --git a/CHANGELOG.md b/CHANGELOG.md index c3938e6..1ed9256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/filestack/filestack-react/compare/v4.0.0...v4.0.1) (2021-09-08) + + +### Bug Fixes + +* **picker:** PickerInline && PickerDrop missing container ([#120](https://github.com/filestack/filestack-react/issues/120)) ([ec839c6](https://github.com/filestack/filestack-react/commit/ec839c68b71237a4dae20cb0e58eaa09c7694b88)), closes [#116](https://github.com/filestack/filestack-react/issues/116) + ## [4.0.0](https://github.com/filestack/filestack-react/compare/v3.2.0...v4.0.0) (2020-12-16) diff --git a/package-lock.json b/package-lock.json index e0c2f47..0357e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filestack-react", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e634a40..2fb709c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filestack-react", - "version": "4.0.0", + "version": "4.0.1", "description": "Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.", "author": "filestack", "license": "MIT",