diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d55d62..2bf29a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/ydb-platform/ydb-ui-components/compare/v3.3.1...v3.4.0) (2023-10-23) + + +### Features + +* build with both cjs and esm as targets ([#60](https://github.com/ydb-platform/ydb-ui-components/issues/60)) ([7b29759](https://github.com/ydb-platform/ydb-ui-components/commit/7b297599bb1129a40dc6797fcf0673165dd52a42)) + ## [3.3.1](https://github.com/ydb-platform/ydb-ui-components/compare/v3.3.0...v3.3.1) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 652dae8..ce8ae5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ydb-ui-components", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d3bec8..59b8cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-ui-components", - "version": "3.3.1", + "version": "3.4.0", "description": "", "license": "MIT", "exports": {