Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung committed Jun 22, 2022
1 parent b34a8f2 commit 5ace96e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.1](https://github.com/DTStack/molecule/compare/v1.0.0...v1.0.1) (2022-06-22)

### Bug Fixes

- prevent multiply calls of render function ([#768](https://github.com/DTStack/molecule/issues/768)) ([b34a8f2](https://github.com/DTStack/molecule/commit/b34a8f235b2fe8defad406077b7824e299a8fed7))

## [1.0.0](https://github.com/DTStack/molecule/compare/v0.9.0-beta.4.2...v1.0.0) (2022-06-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dtinsight/molecule",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Web IDE UI Framework built with React.js, inspired by VSCode.",
"module": "./esm/index.js",
"typings": "./esm/index.d.ts",
Expand Down

0 comments on commit 5ace96e

Please sign in to comment.