Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: David <[email protected]>
  • Loading branch information
retyui committed Oct 4, 2023
1 parent 03b5f25 commit b4a2c9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b4a2c9e

Please sign in to comment.