diff --git a/CHANGELOG.md b/CHANGELOG.md index 10836e6..3952928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [0.7.0-beta.1](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.6.0...v0.7.0-beta.1) (2020-11-19) + +### Features + +- **FileOrganizer:** thumbnailSize prop, fixed thumbnail auto size check ([9c3d65b](https://github.com/PDFTron/webviewer-react-toolkit/commit/9c3d65bcf303d50f8ec0b936b4a6108fe2bda1f8)) + ## [0.6.0](https://github.com/PDFTron/webviewer-react-toolkit/compare/v0.5.0...v0.6.0) (2020-06-26) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 276ee3f..e9c7853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pdftron/webviewer-react-toolkit", - "version": "0.6.0", + "version": "0.7.0-beta.1", "description": "A React component library for integrating with PDFTron WebViewer API.", "license": "SEE LICENSE IN LICENSE", "repository": {