From 0088c744d43f15137aa88560cda739b7aecb8d4a Mon Sep 17 00:00:00 2001 From: Automation Date: Thu, 15 Aug 2024 15:48:51 +0000 Subject: [PATCH] 3.13.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa014eb..281be37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-svg-pan-zoom", - "version": "3.12.1", + "version": "3.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-svg-pan-zoom", - "version": "3.12.1", + "version": "3.13.0", "license": "MIT", "dependencies": { "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 851efe3..18d3581 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "chrvadala", "name": "react-svg-pan-zoom", - "version": "3.12.1", + "version": "3.13.0", "description": "A React component that adds pan and zoom features to SVG", "main": "./build-commonjs/index.js", "module": "./build-es/index.js",