From 6b111eea610f38b2a05b1612cf070c99c5ef3fb6 Mon Sep 17 00:00:00 2001 From: ssi02014 Date: Tue, 21 Feb 2023 18:48:18 +0900 Subject: [PATCH] chore: version 1.1.1 --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index f4a3a14..5925646 100644 --- a/.npmignore +++ b/.npmignore @@ -25,6 +25,7 @@ tsconfig.paths.json .eslintrc.js webpack.*.js babel.config.js +rollup.config.mjs # storybook stories diff --git a/package.json b/package.json index 11effda..0a6b00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-thumbnail-generator", - "version": "1.1.0", + "version": "1.1.1", "description": "react-thumbnail-generator", "main": "dist/index.js", "module": "dist/index.js",