diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c041f0..8847008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## 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)) + ## 4.8.0 - Added [`centerContained: boolean`](https://github.com/retyui/react-quick-pinch-zoom/blob/master/docs/api/README.md#enforceboundsduringzoom-boolean) to allow ensuring that images remain centered as long as they still fit into the container. [#73](https://github.com/retyui/react-quick-pinch-zoom/pull/73) (thanks [Tim Fischbach](https://github.com/tf)) diff --git a/package.json b/package.json index 6b88f02..1ca498b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-quick-pinch-zoom", - "version": "4.8.0", + "version": "4.9.0", "main": "cmj/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", @@ -49,7 +49,6 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "size-limit": "^8.2.4", - "tslib": "^2.5.0", "typescript": "^5.0.4", "yaspeller-ci": "^1.0.2" },