From e20d59c3e7bd7259a3f596532dfe5d179d8bcede Mon Sep 17 00:00:00 2001 From: Daniel Grefberg Date: Thu, 3 Sep 2020 17:28:31 +0200 Subject: [PATCH] chore(release): bump version to v1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6745b84..b34b3b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trim-image-data", - "version": "1.0.0", + "version": "1.0.1", "description": "Function for trimming surrounding pixels of an ImageData-instance.", "author": "Daniel Grefberg ", "license": "ISC", @@ -29,7 +29,7 @@ "dev": "rimraf lib && yarn build:es --watch", "test": "jest", "test:watch": "jest --watch", - "prepublish": "yarn build", + "prepare": "yarn build", "release": "semantic-release" }, "dependencies": {