diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a75d4..911112b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2021-11-08 + +### Fixed + +- Pan & Zoom feature now actually works. 1.2.0 introduced the big refactor by markbiddlecom, but also lots of other PRs that were merged, which caused a regression. + ## [1.2.0] - 2021-11-08 ### Added diff --git a/package.json b/package.json index f5f2ea8..afd32fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-canvas-draw", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple yet powerful canvas-drawing component for React.", "main": "lib/index.js", "module": "es/index.js",