diff --git a/packages/async-queue/CHANGELOG.md b/packages/async-queue/CHANGELOG.md index 03135216..8e1b8063 100644 --- a/packages/async-queue/CHANGELOG.md +++ b/packages/async-queue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.5](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.4...@alwatr/async-queue@1.2.5) (2024-04-25) + +**Note:** Version bump only for package @alwatr/async-queue + ## [1.2.4](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.3...@alwatr/async-queue@1.2.4) (2024-03-28) **Note:** Version bump only for package @alwatr/async-queue diff --git a/packages/async-queue/package.json b/packages/async-queue/package.json index c3779e9e..236ba67a 100644 --- a/packages/async-queue/package.json +++ b/packages/async-queue/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/async-queue", - "version": "1.2.4", + "version": "1.2.5", "description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/dedupe/CHANGELOG.md b/packages/dedupe/CHANGELOG.md index b8ab527b..8f48229a 100644 --- a/packages/dedupe/CHANGELOG.md +++ b/packages/dedupe/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.6...@alwatr/dedupe@1.0.7) (2024-04-25) + +**Note:** Version bump only for package @alwatr/dedupe + ## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.0.5...@alwatr/dedupe@1.0.6) (2024-03-28) **Note:** Version bump only for package @alwatr/dedupe diff --git a/packages/dedupe/package.json b/packages/dedupe/package.json index 8557c309..d7ea7718 100644 --- a/packages/dedupe/package.json +++ b/packages/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/dedupe", - "version": "1.0.6", + "version": "1.0.7", "description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/deep-clone/CHANGELOG.md b/packages/deep-clone/CHANGELOG.md index c61560de..beb7772e 100644 --- a/packages/deep-clone/CHANGELOG.md +++ b/packages/deep-clone/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.18](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.17...@alwatr/deep-clone@1.0.18) (2024-04-25) + +**Note:** Version bump only for package @alwatr/deep-clone + ## [1.0.17](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.16...@alwatr/deep-clone@1.0.17) (2024-03-28) **Note:** Version bump only for package @alwatr/deep-clone diff --git a/packages/deep-clone/package.json b/packages/deep-clone/package.json index 7bdfdbc0..2a85f887 100644 --- a/packages/deep-clone/package.json +++ b/packages/deep-clone/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/deep-clone", - "version": "1.0.17", + "version": "1.0.18", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index f412703d..7d7a3209 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.1...@alwatr/eslint-config@1.2.2) (2024-04-25) + +**Note:** Version bump only for package @alwatr/eslint-config + ## [1.2.1](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.0...@alwatr/eslint-config@1.2.1) (2024-03-28) **Note:** Version bump only for package @alwatr/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5a245c86..0ea0c4f3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/eslint-config", - "version": "1.2.1", + "version": "1.2.2", "description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/exit-hook/CHANGELOG.md b/packages/exit-hook/CHANGELOG.md index 358bab2e..aa924119 100644 --- a/packages/exit-hook/CHANGELOG.md +++ b/packages/exit-hook/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.8...@alwatr/exit-hook@1.0.9) (2024-04-25) + +### Bug Fixes + +* **exit-hook:** disable beforeExit event and get exit signal from process.exitCode ([2dbed18](https://github.com/Alwatr/nanolib/commit/2dbed18455ab252f686c7af58b9c5bf39f818f0d)) by @njfamirm +* **exit-hook:** exit after listener called ([70c9f62](https://github.com/Alwatr/nanolib/commit/70c9f624899f87bb417f189792144aa05fca99ba)) by @njfamirm + ## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.7...@alwatr/exit-hook@1.0.8) (2024-03-28) **Note:** Version bump only for package @alwatr/exit-hook diff --git a/packages/exit-hook/package.json b/packages/exit-hook/package.json index c59a76e8..d9cabeb3 100644 --- a/packages/exit-hook/package.json +++ b/packages/exit-hook/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/exit-hook", - "version": "1.0.8", + "version": "1.0.9", "description": "A utility for registering exit handlers in Node.js.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index fd5c7d9b..a7500bc7 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@3.1.2...@alwatr/fetch@3.1.3) (2024-04-25) + +**Note:** Version bump only for package @alwatr/fetch + ## [3.1.2](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@3.1.1...@alwatr/fetch@3.1.2) (2024-03-28) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index e72e5c08..5b21e606 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "3.1.2", + "version": "3.1.3", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flat-string/CHANGELOG.md b/packages/flat-string/CHANGELOG.md index 0205c572..0d65e748 100644 --- a/packages/flat-string/CHANGELOG.md +++ b/packages/flat-string/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.17](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.16...@alwatr/flat-string@1.0.17) (2024-04-25) + +**Note:** Version bump only for package @alwatr/flat-string + ## [1.0.16](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.15...@alwatr/flat-string@1.0.16) (2024-03-28) **Note:** Version bump only for package @alwatr/flat-string diff --git a/packages/flat-string/package.json b/packages/flat-string/package.json index 5598678a..58373009 100644 --- a/packages/flat-string/package.json +++ b/packages/flat-string/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flat-string", - "version": "1.0.16", + "version": "1.0.17", "description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flatomise/CHANGELOG.md b/packages/flatomise/CHANGELOG.md index 6991055e..95339215 100644 --- a/packages/flatomise/CHANGELOG.md +++ b/packages/flatomise/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.5...@alwatr/flatomise@1.1.6) (2024-04-25) + +**Note:** Version bump only for package @alwatr/flatomise + ## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.4...@alwatr/flatomise@1.1.5) (2024-03-28) **Note:** Version bump only for package @alwatr/flatomise diff --git a/packages/flatomise/package.json b/packages/flatomise/package.json index 5d9dff8d..b0a651da 100644 --- a/packages/flatomise/package.json +++ b/packages/flatomise/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flatomise", - "version": "1.1.5", + "version": "1.1.6", "description": "A utility for creating promises that can be externally resolved or rejected.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/global-scope/CHANGELOG.md b/packages/global-scope/CHANGELOG.md index 956d548a..94be27eb 100644 --- a/packages/global-scope/CHANGELOG.md +++ b/packages/global-scope/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.15](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.14...@alwatr/global-scope@1.1.15) (2024-04-25) + +**Note:** Version bump only for package @alwatr/global-scope + ## [1.1.14](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.13...@alwatr/global-scope@1.1.14) (2024-03-28) **Note:** Version bump only for package @alwatr/global-scope diff --git a/packages/global-scope/package.json b/packages/global-scope/package.json index 6cefb3f0..a00487e9 100644 --- a/packages/global-scope/package.json +++ b/packages/global-scope/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-scope", - "version": "1.1.14", + "version": "1.1.15", "description": "This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/is-number/CHANGELOG.md b/packages/is-number/CHANGELOG.md index d4cdbd75..32190700 100644 --- a/packages/is-number/CHANGELOG.md +++ b/packages/is-number/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.4...@alwatr/is-number@1.0.5) (2024-04-25) + +**Note:** Version bump only for package @alwatr/is-number + ## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.3...@alwatr/is-number@1.0.4) (2024-03-28) **Note:** Version bump only for package @alwatr/is-number diff --git a/packages/is-number/package.json b/packages/is-number/package.json index 0ee79eea..6851ec4a 100644 --- a/packages/is-number/package.json +++ b/packages/is-number/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/is-number", - "version": "1.0.4", + "version": "1.0.5", "description": "A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index e02ad84e..3f3f1b62 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.0.3...@alwatr/local-storage@1.0.4) (2024-04-25) + +**Note:** Version bump only for package @alwatr/local-storage + ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.0.2...@alwatr/local-storage@1.0.3) (2024-03-28) **Note:** Version bump only for package @alwatr/local-storage diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index d25edc06..8b50948d 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/local-storage", - "version": "1.0.3", + "version": "1.0.4", "description": "`localJsonStorage` is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index e7b828b4..0da115e9 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.7](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.2.6...@alwatr/logger@3.2.7) (2024-04-25) + +**Note:** Version bump only for package @alwatr/logger + ## [3.2.6](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@3.2.5...@alwatr/logger@3.2.6) (2024-03-28) **Note:** Version bump only for package @alwatr/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index aa9a4fed..215ecf6c 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "3.2.6", + "version": "3.2.7", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nano-build/CHANGELOG.md b/packages/nano-build/CHANGELOG.md index ae85d3de..6c8b47da 100644 --- a/packages/nano-build/CHANGELOG.md +++ b/packages/nano-build/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.5](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.3.4...@alwatr/nano-build@1.3.5) (2024-04-25) + +**Note:** Version bump only for package @alwatr/nano-build + ## [1.3.4](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.3.3...@alwatr/nano-build@1.3.4) (2024-03-28) **Note:** Version bump only for package @alwatr/nano-build diff --git a/packages/nano-build/package.json b/packages/nano-build/package.json index b544844c..b3400650 100644 --- a/packages/nano-build/package.json +++ b/packages/nano-build/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-build", - "version": "1.3.4", + "version": "1.3.5", "description": "Build/bundle tools for ECMAScript, TypeScript, and JavaScript libraries. It's easy to use, doesn't require any setup, and adheres to best practices. It has no dependencies and uses esbuild for enhanced performance.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/node-fs/CHANGELOG.md b/packages/node-fs/CHANGELOG.md index 924c9c8d..b5e07616 100644 --- a/packages/node-fs/CHANGELOG.md +++ b/packages/node-fs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.5...@alwatr/node-fs@1.0.6) (2024-04-25) + +**Note:** Version bump only for package @alwatr/node-fs + ## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.4...@alwatr/node-fs@1.0.5) (2024-03-28) **Note:** Version bump only for package @alwatr/node-fs diff --git a/packages/node-fs/package.json b/packages/node-fs/package.json index e45bae99..3358179b 100644 --- a/packages/node-fs/package.json +++ b/packages/node-fs/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/node-fs", - "version": "1.0.5", + "version": "1.0.6", "description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/parse-duration/CHANGELOG.md b/packages/parse-duration/CHANGELOG.md index 0f1f004f..48f9254e 100644 --- a/packages/parse-duration/CHANGELOG.md +++ b/packages/parse-duration/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.4...@alwatr/parse-duration@1.0.5) (2024-04-25) + +**Note:** Version bump only for package @alwatr/parse-duration + ## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.3...@alwatr/parse-duration@1.0.4) (2024-03-28) **Note:** Version bump only for package @alwatr/parse-duration diff --git a/packages/parse-duration/package.json b/packages/parse-duration/package.json index 5b83521a..463e8887 100644 --- a/packages/parse-duration/package.json +++ b/packages/parse-duration/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/parse-duration", - "version": "1.0.4", + "version": "1.0.5", "description": "A simple utility to parse a duration string into milliseconds number.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/platform-info/CHANGELOG.md b/packages/platform-info/CHANGELOG.md index 59eeebb6..3c2e4977 100644 --- a/packages/platform-info/CHANGELOG.md +++ b/packages/platform-info/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.6...@alwatr/platform-info@1.1.7) (2024-04-25) + +**Note:** Version bump only for package @alwatr/platform-info + ## [1.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.5...@alwatr/platform-info@1.1.6) (2024-03-28) **Note:** Version bump only for package @alwatr/platform-info diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index a2fd7d27..2859f2b9 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "1.1.6", + "version": "1.1.7", "description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/polyfill-has-own/CHANGELOG.md b/packages/polyfill-has-own/CHANGELOG.md index eb07eac2..6e36c0ea 100644 --- a/packages/polyfill-has-own/CHANGELOG.md +++ b/packages/polyfill-has-own/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.3...@alwatr/polyfill-has-own@1.0.4) (2024-04-25) + +**Note:** Version bump only for package @alwatr/polyfill-has-own + ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.2...@alwatr/polyfill-has-own@1.0.3) (2024-03-28) **Note:** Version bump only for package @alwatr/polyfill-has-own diff --git a/packages/polyfill-has-own/package.json b/packages/polyfill-has-own/package.json index 0798cb69..b01c1ad8 100644 --- a/packages/polyfill-has-own/package.json +++ b/packages/polyfill-has-own/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/polyfill-has-own", - "version": "1.0.3", + "version": "1.0.4", "description": "A polyfill for `Object.hasOwn`.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/type-helper/CHANGELOG.md b/packages/type-helper/CHANGELOG.md index 02b9943f..ed92aec5 100644 --- a/packages/type-helper/CHANGELOG.md +++ b/packages/type-helper/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.3](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.2.2...@alwatr/type-helper@1.2.3) (2024-04-25) + +**Note:** Version bump only for package @alwatr/type-helper + ## [1.2.2](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.2.1...@alwatr/type-helper@1.2.2) (2024-03-28) **Note:** Version bump only for package @alwatr/type-helper diff --git a/packages/type-helper/package.json b/packages/type-helper/package.json index a037be4e..0be92cd3 100644 --- a/packages/type-helper/package.json +++ b/packages/type-helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type-helper", - "version": "1.2.2", + "version": "1.2.3", "description": "Collection of useful typescript type helpers.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/wait/CHANGELOG.md b/packages/wait/CHANGELOG.md index 297856dc..2970e7d0 100644 --- a/packages/wait/CHANGELOG.md +++ b/packages/wait/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.10](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.9...@alwatr/wait@1.1.10) (2024-04-25) + +**Note:** Version bump only for package @alwatr/wait + ## [1.1.9](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.8...@alwatr/wait@1.1.9) (2024-03-28) **Note:** Version bump only for package @alwatr/wait diff --git a/packages/wait/package.json b/packages/wait/package.json index 9525ff97..1c3919cd 100644 --- a/packages/wait/package.json +++ b/packages/wait/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/wait", - "version": "1.1.9", + "version": "1.1.10", "description": "Comprehensive toolkit for managing asynchronous operations.", "author": "S. Ali Mihandoost ", "keywords": [