From 57804b644880336cdcb6587d4f7517503ded9f62 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Mon, 12 Jun 2023 20:24:12 +0800 Subject: [PATCH] chore(release): 1.3.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f990ba805..c647eabf8 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.3.4](https://github.com/DTStack/molecule/compare/v1.3.3...v1.3.4) (2023-06-12) + ### [1.3.3](https://github.com/DTStack/molecule/compare/v1.3.2...v1.3.3) (2023-04-03) ### Bug Fixes diff --git a/package.json b/package.json index 301fd3432..a66ba17b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dtinsight/molecule", - "version": "1.3.3", + "version": "1.3.4", "description": "A Web IDE UI Framework built with React.js, inspired by VSCode.", "module": "./esm/index.js", "typings": "./esm/index.d.ts",