diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b0e1d..3e0c3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) + +### Bug Fixes + +* pre- and post-handler execution in NanotronApiServer ([ec3b4b9](https://github.com/Alwatr/nanotron/commit/ec3b4b965e996f8320b605f8034ded7cb3781660)) by @ + +### Dependencies update + +* update ([8917c2e](https://github.com/Alwatr/nanotron/commit/8917c2e637781fe219c5031f414de3dea82cf371)) by @ + ## [4.4.0](https://github.com/Alwatr/nanotron/compare/v4.3.0...v4.4.0) (2024-10-14) ### Features diff --git a/lerna.json b/lerna.json index b05bd52..cfa6e62 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", - "version": "4.4.0", + "version": "4.4.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/api-server/CHANGELOG.md b/packages/api-server/CHANGELOG.md index 7f748fa..960c5af 100644 --- a/packages/api-server/CHANGELOG.md +++ b/packages/api-server/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) + +### Bug Fixes + +* pre- and post-handler execution in NanotronApiServer ([ec3b4b9](https://github.com/Alwatr/nanotron/commit/ec3b4b965e996f8320b605f8034ded7cb3781660)) by @ + +### Dependencies update + +* update ([8917c2e](https://github.com/Alwatr/nanotron/commit/8917c2e637781fe219c5031f414de3dea82cf371)) by @ + ## [4.4.0](https://github.com/Alwatr/nanotron/compare/v4.3.0...v4.4.0) (2024-10-14) ### Features diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 5e0a4ab..2f22a88 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron-api-server", - "version": "4.4.0", + "version": "4.4.1", "description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index c265c45..431c7e1 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) + +### Dependencies update + +* update ([8917c2e](https://github.com/Alwatr/nanotron/commit/8917c2e637781fe219c5031f414de3dea82cf371)) by @ + ## [4.3.0](https://github.com/Alwatr/nanotron/compare/v4.2.2...v4.3.0) (2024-10-11) ### Features diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 888b1f3..fc5a75b 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "4.3.0", + "version": "4.4.1", "description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nanotron/CHANGELOG.md b/packages/nanotron/CHANGELOG.md index b2c0dcb..2ba9c75 100644 --- a/packages/nanotron/CHANGELOG.md +++ b/packages/nanotron/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16) + +### Dependencies update + +* update ([8917c2e](https://github.com/Alwatr/nanotron/commit/8917c2e637781fe219c5031f414de3dea82cf371)) by @ + ## [4.4.0](https://github.com/Alwatr/nanotron/compare/v4.3.0...v4.4.0) (2024-10-14) **Note:** Version bump only for package @alwatr/nanotron diff --git a/packages/nanotron/package.json b/packages/nanotron/package.json index b5b3033..6aed4d2 100644 --- a/packages/nanotron/package.json +++ b/packages/nanotron/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron", - "version": "4.4.0", + "version": "4.4.1", "description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.", "author": "S. Ali Mihandoost ", "keywords": [