From 749dd4896ce7af41c04023f1c57c2c8c53a6b82f Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:02:23 +0300 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6399340..8b4d7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.0](https://github.com/diplodoc-platform/utils/compare/v1.0.0...v1.1.0) (2024-09-26) + + +### Features + +* added extension-load-queue ([d1a6905](https://github.com/diplodoc-platform/utils/commit/d1a69051c9d82c0ddbce0a9530437329a1210a86)) +* added TODO ([f790e6a](https://github.com/diplodoc-platform/utils/commit/f790e6aaf9ba9c3fb17f36e813939340f53af06a)) +* change tsconfig ([b9b0721](https://github.com/diplodoc-platform/utils/commit/b9b07211f2f7b6a27edadd80ca2ea1d7ad1d676a)) +* updated build and types ([69ef8ff](https://github.com/diplodoc-platform/utils/commit/69ef8ffb4066fdda2667377a47bdf88cc15727f9)) + + +### Bug Fixes + +* **extension-load-queue:** fixed export ([3c56969](https://github.com/diplodoc-platform/utils/commit/3c5696976347d92108351704c70d208877b7b46e)) +* **extension-load-queue:** fixed export ([55c913e](https://github.com/diplodoc-platform/utils/commit/55c913ee02f0825a41be905af9a232d21b98ac64)) +* **extension-load-queue:** fixed TODO, added multi queues logic, added comments ([f47d866](https://github.com/diplodoc-platform/utils/commit/f47d866203173df4fbc431f0f325756083823145)) +* linter ([2b16c9c](https://github.com/diplodoc-platform/utils/commit/2b16c9c9a2089de994386bb11aed3ca830438803)) + ## 1.0.0 (2024-08-29) diff --git a/package-lock.json b/package-lock.json index 1c20c93..59a2b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/utils", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/utils", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@diplodoc/lint": "^1.1.3", diff --git a/package.json b/package.json index 1a1e5f2..6416058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/utils", - "version": "1.0.0", + "version": "1.1.0", "description": "Diplodoc cross-packages utils", "homepage": "https://github.com/diplodoc-platform/utils", "bugs": {