From 65878ea55d960ad744c2ada54d19eada04de2d5c Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Tue, 1 Oct 2024 15:14:47 +0300 Subject: [PATCH] chore(master): release 1.2.0 --- CHANGELOG.md | 30 +++++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4d7c6..3180684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,31 @@ # Changelog -## [1.1.0](https://github.com/diplodoc-platform/utils/compare/v1.0.0...v1.1.0) (2024-09-26) - +## [1.2.0](https://github.com/diplodoc-platform/utils/compare/v1.1.0...v1.2.0) (2024-10-01) ### 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)) +- added extension-load-queue ([d1a6905](https://github.com/diplodoc-platform/utils/commit/d1a69051c9d82c0ddbce0a9530437329a1210a86)) +- support cjs ([55c4065](https://github.com/diplodoc-platform/utils/commit/55c4065c4625f065f7bef014b1007e7c53c94af8)) +## [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)) +- **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) - ### Features -* init utils ([f4297b4](https://github.com/diplodoc-platform/utils/commit/f4297b45661521a0e76db18b1497f2a45cf42e91)) -* init utils package ([9a91670](https://github.com/diplodoc-platform/utils/commit/9a91670900339397658379e5d73319cfeb2673c5)) +- init utils ([f4297b4](https://github.com/diplodoc-platform/utils/commit/f4297b45661521a0e76db18b1497f2a45cf42e91)) +- init utils package ([9a91670](https://github.com/diplodoc-platform/utils/commit/9a91670900339397658379e5d73319cfeb2673c5)) diff --git a/package-lock.json b/package-lock.json index ef9eed1..4eaf5e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/utils", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/utils", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@diplodoc/lint": "^1.2.0", diff --git a/package.json b/package.json index 3899c52..50498e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/utils", - "version": "1.1.0", + "version": "1.2.0", "description": "Diplodoc cross-packages utils", "homepage": "https://github.com/diplodoc-platform/utils", "bugs": {