diff --git a/CHANGELOG.md b/CHANGELOG.md index 34de389..81b0d82 100644 --- a/CHANGELOG.md +++ b/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.5.1](https://github.com/Alwatr/nanotron/compare/v4.5.0...v4.5.1) (2024-10-28) + +### Bug Fixes + +* deps ([fc6724b](https://github.com/Alwatr/nanotron/commit/fc6724b3b42fac816982c94128157bb188318243)) by @ + ## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) ### Features diff --git a/lerna.json b/lerna.json index 96132d9..e4446d0 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.5.0", + "version": "4.5.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/nanotron/CHANGELOG.md b/packages/nanotron/CHANGELOG.md index fdc7f44..783c3ce 100644 --- a/packages/nanotron/CHANGELOG.md +++ b/packages/nanotron/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. +## [4.5.1](https://github.com/Alwatr/nanotron/compare/v4.5.0...v4.5.1) (2024-10-28) + +**Note:** Version bump only for package @alwatr/nanotron + ## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28) ### Features diff --git a/packages/nanotron/package.json b/packages/nanotron/package.json index 96d6d7c..0c8b181 100644 --- a/packages/nanotron/package.json +++ b/packages/nanotron/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanotron", - "version": "4.5.0", + "version": "4.5.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/pre-handlers/CHANGELOG.md b/packages/pre-handlers/CHANGELOG.md index b706ff0..80a22ce 100644 --- a/packages/pre-handlers/CHANGELOG.md +++ b/packages/pre-handlers/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.5.1](https://github.com/Alwatr/pre-handlers/compare/v4.5.0...v4.5.1) (2024-10-28) + +### Bug Fixes + +* deps ([fc6724b](https://github.com/Alwatr/pre-handlers/commit/fc6724b3b42fac816982c94128157bb188318243)) by @ + ## [4.5.0](https://github.com/Alwatr/pre-handlers/compare/v4.4.1...v4.5.0) (2024-10-28) ### Features diff --git a/packages/pre-handlers/package.json b/packages/pre-handlers/package.json index 6227be8..98d3f0e 100644 --- a/packages/pre-handlers/package.json +++ b/packages/pre-handlers/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/pre-handlers", - "version": "4.5.0", + "version": "4.5.1", "description": "Functions that will run before processing every defined route.", "author": "S. Ali Mihandoost ", "keywords": [