From 81bc0ab13d907e26d2ad47f4f22ddb787be69eb9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 May 2022 07:01:59 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/yitengjun/ukiyojs/compare/v3.0.0...v3.0.1) (2022-05-08) ### Bug Fixes * resize event listeners to be removed on destroy() ([839a5a7](https://github.com/yitengjun/ukiyojs/commit/839a5a7bccc11d1f23fbfcfa1795631028bc83a5)) --- 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 c2fc39e..f8e1e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ukiyojs", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ukiyojs", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "@rollup/plugin-buble": "^0.21.3", diff --git a/package.json b/package.json index b5df0e3..90aeaba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ukiyojs", - "version": "3.0.0", + "version": "3.0.1", "description": "Modern parallax library for picture elements and any images", "homepage": "https://yitengjun.github.io/ukiyo-js/", "repository": {