From 78f846659ab23051330bd38539b8224e22227e5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Jun 2022 14:25:58 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/yitengjun/ukiyojs/compare/v3.0.1...v3.0.2) (2022-06-13) ### Bug Fixes * fix CSS Grid bug([#11](https://github.com/yitengjun/ukiyojs/issues/11)) ([a16e052](https://github.com/yitengjun/ukiyojs/commit/a16e05203aac00d2c75526ed4ef18df2fe535f5f)) * fix CSS Grid bug(fix [#11](https://github.com/yitengjun/ukiyojs/issues/11)) ([f522d26](https://github.com/yitengjun/ukiyojs/commit/f522d264f02ff57be47be9e3d527cc7aa8b78a65)) --- 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 f8e1e48..0dade6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ukiyojs", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ukiyojs", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "devDependencies": { "@rollup/plugin-buble": "^0.21.3", diff --git a/package.json b/package.json index 90aeaba..a5467e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ukiyojs", - "version": "3.0.1", + "version": "3.0.2", "description": "Modern parallax library for picture elements and any images", "homepage": "https://yitengjun.github.io/ukiyo-js/", "repository": {