diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d5792b8..978f9c0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://github.com/DTStack/molecule/compare/v1.3.5...v1.3.6) (2024-06-24) + + +### Bug Fixes + +* compare incoming value with modal's value ([#887](https://github.com/DTStack/molecule/issues/887)) ([9ade524](https://github.com/DTStack/molecule/commit/9ade52440577b4e681593f80e2a52fa877f372af)) + ### [1.3.5](https://github.com/DTStack/molecule/compare/v1.3.4...v1.3.5) (2023-12-29) ### Bug Fixes diff --git a/package.json b/package.json index 590260a3d..6e14cf02b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dtinsight/molecule", - "version": "1.3.5", + "version": "1.3.6", "description": "A Web IDE UI Framework built with React.js, inspired by VSCode.", "module": "./esm/index.js", "typings": "./esm/index.d.ts",