diff --git a/CHANGELOG.md b/CHANGELOG.md index 8847008..d665a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## 5.0.0 + +- Fix: inconsistent zooms in different screen-sizes. [#75](https://github.com/retyui/react-quick-pinch-zoom/pull/82) (thanks [Blindman139](https://github.com/Blindman139)) + + ## 4.9.0 - Declare `tslib` as `dependencies` instead of `peerDependencies`. [#75](https://github.com/retyui/react-quick-pinch-zoom/pull/75) (thanks [Tim Fischbach](https://github.com/tf)) diff --git a/package.json b/package.json index fd2a87b..e2e0886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-quick-pinch-zoom", - "version": "4.9.0", + "version": "5.0.0", "main": "cmj/index.js", "module": "esm/index.js", "types": "esm/index.d.ts",