From 34e75bad9206fc2b5c6b787cd030707003bd3c2a Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Mon, 23 Sep 2024 15:06:32 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 21 +++++++++++++++++++++ lerna.json | 2 +- packages/api-server/CHANGELOG.md | 12 ++++++++++++ packages/api-server/package.json | 2 +- packages/crypto/CHANGELOG.md | 8 ++++++++ packages/crypto/package.json | 2 +- packages/nanotron/CHANGELOG.md | 16 ++++++++++++++++ packages/nanotron/package.json | 2 +- 8 files changed, 61 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17df1e..ce92b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/Alwatr/nanotron/compare/v4.1.0...v4.2.0) (2024-09-23) + +### Features + +* Add @alwatr/crypto dependency to nanotron package.json and tsconfig.json ([94cdf28](https://github.com/Alwatr/nanotron/commit/94cdf28bbfcd6b77ebd60ceb93916414e9e11621)) by @AliMD + +### Bug Fixes + +* export crypto from nanotron ([21f00d2](https://github.com/Alwatr/nanotron/commit/21f00d2d59fb7ac9fd4e7a8e4da3413f320a024d)) by @njfamirm + +### Code Refactoring + +* logger creation in NanotronClientRequest and NanotronServerResponse ([65accd3](https://github.com/Alwatr/nanotron/commit/65accd3f4a3c5f68e7c25da40b47b5d5d28070f7)) by @AliMD + +### Dependencies update + +* bump github/codeql-action in the github-actions group ([b974a05](https://github.com/Alwatr/nanotron/commit/b974a056529975d6881ac01e008f1595941da53c)) by @dependabot[bot] +* bump the alwatr-dependencies group with 6 updates ([1c8a8ec](https://github.com/Alwatr/nanotron/commit/1c8a8ec468aa31c79de45f0e897cc45578242981)) by @dependabot[bot] +* bump the development-dependencies group with 2 updates ([e3bc7f7](https://github.com/Alwatr/nanotron/commit/e3bc7f7dcbf1779a3fdf8fbe18c4f8b4095cc222)) by @dependabot[bot] +* update ([d9f8d57](https://github.com/Alwatr/nanotron/commit/d9f8d577b058b4e945db7dfc1c5c68da78c4112f)) by @AliMD + ## [4.1.0](https://github.com/Alwatr/nanotron/compare/v4.0.2...v4.1.0) (2024-09-14) ### Features diff --git a/lerna.json b/lerna.json index f7dcd20..d243454 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.1.0", + "version": "4.2.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/api-server/CHANGELOG.md b/packages/api-server/CHANGELOG.md index d98b31e..091a99d 100644 --- a/packages/api-server/CHANGELOG.md +++ b/packages/api-server/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/Alwatr/nanotron/compare/v4.1.0...v4.2.0) (2024-09-23) + +### Code Refactoring + +* logger creation in NanotronClientRequest and NanotronServerResponse ([65accd3](https://github.com/Alwatr/nanotron/commit/65accd3f4a3c5f68e7c25da40b47b5d5d28070f7)) by @AliMD + +### Dependencies update + +* bump the alwatr-dependencies group with 6 updates ([1c8a8ec](https://github.com/Alwatr/nanotron/commit/1c8a8ec468aa31c79de45f0e897cc45578242981)) by @dependabot[bot] +* bump the development-dependencies group with 2 updates ([e3bc7f7](https://github.com/Alwatr/nanotron/commit/e3bc7f7dcbf1779a3fdf8fbe18c4f8b4095cc222)) by @dependabot[bot] +* update ([d9f8d57](https://github.com/Alwatr/nanotron/commit/d9f8d577b058b4e945db7dfc1c5c68da78c4112f)) by @AliMD + ## [4.1.0](https://github.com/Alwatr/nanotron/compare/v4.0.2...v4.1.0) (2024-09-14) ### Features diff --git a/packages/api-server/package.json b/packages/api-server/package.json index b7186dc..112694a 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron-api-server", - "version": "4.1.0", + "version": "4.2.0", "description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 4b5a92e..1808e64 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/Alwatr/nanotron/compare/v4.1.0...v4.2.0) (2024-09-23) + +### Dependencies update + +* bump the alwatr-dependencies group with 6 updates ([1c8a8ec](https://github.com/Alwatr/nanotron/commit/1c8a8ec468aa31c79de45f0e897cc45578242981)) by @dependabot[bot] +* bump the development-dependencies group with 2 updates ([e3bc7f7](https://github.com/Alwatr/nanotron/commit/e3bc7f7dcbf1779a3fdf8fbe18c4f8b4095cc222)) by @dependabot[bot] +* update ([d9f8d57](https://github.com/Alwatr/nanotron/commit/d9f8d577b058b4e945db7dfc1c5c68da78c4112f)) by @AliMD + ## [4.0.2](https://github.com/Alwatr/nanotron/compare/v4.0.1...v4.0.2) (2024-09-14) ### Bug Fixes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index e7ea408..6c68503 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/crypto", - "version": "4.0.2", + "version": "4.2.0", "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 eaf0c1e..6bba77c 100644 --- a/packages/nanotron/CHANGELOG.md +++ b/packages/nanotron/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/Alwatr/nanotron/compare/v4.1.0...v4.2.0) (2024-09-23) + +### Features + +* Add @alwatr/crypto dependency to nanotron package.json and tsconfig.json ([94cdf28](https://github.com/Alwatr/nanotron/commit/94cdf28bbfcd6b77ebd60ceb93916414e9e11621)) by @AliMD + +### Bug Fixes + +* export crypto from nanotron ([21f00d2](https://github.com/Alwatr/nanotron/commit/21f00d2d59fb7ac9fd4e7a8e4da3413f320a024d)) by @njfamirm + +### Dependencies update + +* bump the alwatr-dependencies group with 6 updates ([1c8a8ec](https://github.com/Alwatr/nanotron/commit/1c8a8ec468aa31c79de45f0e897cc45578242981)) by @dependabot[bot] +* bump the development-dependencies group with 2 updates ([e3bc7f7](https://github.com/Alwatr/nanotron/commit/e3bc7f7dcbf1779a3fdf8fbe18c4f8b4095cc222)) by @dependabot[bot] +* update ([d9f8d57](https://github.com/Alwatr/nanotron/commit/d9f8d577b058b4e945db7dfc1c5c68da78c4112f)) by @AliMD + ## [4.1.0](https://github.com/Alwatr/nanotron/compare/v4.0.2...v4.1.0) (2024-09-14) ### Features diff --git a/packages/nanotron/package.json b/packages/nanotron/package.json index d980483..47aad2b 100644 --- a/packages/nanotron/package.json +++ b/packages/nanotron/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron", - "version": "4.1.0", + "version": "4.2.0", "description": "Elegant powerful nodejs server for nanoservice use cases, written in tiny TypeScript module.", "author": "S. Ali Mihandoost ", "keywords": [