From afb01062cab3cc459eba3cda4b9774d12e06b856 Mon Sep 17 00:00:00 2001 From: Automation Date: Sat, 22 Jan 2022 22:09:29 +0000 Subject: [PATCH] 3.11.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34b558c..e0317e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-svg-pan-zoom", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 467e927..30763d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "chrvadala", "name": "react-svg-pan-zoom", - "version": "3.10.0", + "version": "3.11.0", "description": "A React component that adds pan and zoom features to SVG", "main": "./build-commonjs/index.js", "module": "./build-es/index.js",