diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md index df33719f1..2acecb1c8 100644 --- a/examples/demo/CHANGELOG.md +++ b/examples/demo/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.19.6](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.5...@berviantoleo/react-multi-crop-demo@0.19.6) (2023-05-06) + +### Bug Fixes + +- ensure demo build ([#1821](https://github.com/berviantoleo/react-multi-crop/issues/1821)) ([eb4621f](https://github.com/berviantoleo/react-multi-crop/commit/eb4621f77f44fefcb7da43285fda240b5bcfb1a5)) + ## [0.19.5](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop-demo@0.19.4...@berviantoleo/react-multi-crop-demo@0.19.5) (2023-05-06) **Note:** Version bump only for package @berviantoleo/react-multi-crop-demo diff --git a/examples/demo/package.json b/examples/demo/package.json index f06d7d98a..c60106f29 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,7 +1,7 @@ { "name": "@berviantoleo/react-multi-crop-demo", "description": "Demo for Multicrop.js in React.js", - "version": "0.19.5", + "version": "0.19.6", "private": true, "homepage": "https://github.com/berviantoleo/react-multi-crop", "repository": {