From 16fcaba8e8db8c43757f0e99727e8bc09f199bc5 Mon Sep 17 00:00:00 2001 From: mortalYoung Date: Wed, 22 Jun 2022 21:18:54 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752619ad3..ba4a85dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/DTStack/molecule/compare/v1.0.1...v1.0.2) (2022-06-22) + ### [1.0.1](https://github.com/DTStack/molecule/compare/v1.0.0...v1.0.1) (2022-06-22) ### Bug Fixes diff --git a/package.json b/package.json index 1187dab6a..76576ffdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dtinsight/molecule", - "version": "1.0.1", + "version": "1.0.2", "description": "A Web IDE UI Framework built with React.js, inspired by VSCode.", "module": "./esm/index.js", "typings": "./esm/index.d.ts",