Skip to content

Commit e077211

Browse files
committed
release: v4.10.1
1 parent 2aae07b commit e077211

File tree

10 files changed

+37
-5
lines changed

10 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/Alwatr/nanotron/compare/v4.10.0...v4.10.1) (2025-09-21)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* add "sideEffects": false to package.json files for better tree-shaking ([2aae07b](https://github.com/Alwatr/nanotron/commit/2aae07b0e1757b6035ea0ca8c1b0eda64a13dfcc))
11+
* remove empty line before contributing section in README ([59236cc](https://github.com/Alwatr/nanotron/commit/59236cc1a5445c16f124c49651f8a6f89166a16b))
12+
613
## [4.10.0](https://github.com/Alwatr/nanotron/compare/v4.9.4...v4.10.0) (2025-09-21)
714

815
### 🐛 Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/api-server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/Alwatr/nanotron/compare/v4.10.0...v4.10.1) (2025-09-21)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* add "sideEffects": false to package.json files for better tree-shaking ([2aae07b](https://github.com/Alwatr/nanotron/commit/2aae07b0e1757b6035ea0ca8c1b0eda64a13dfcc))
11+
* remove empty line before contributing section in README ([59236cc](https://github.com/Alwatr/nanotron/commit/59236cc1a5445c16f124c49651f8a6f89166a16b))
12+
613
## [4.10.0](https://github.com/Alwatr/nanotron/compare/v4.9.4...v4.10.0) (2025-09-21)
714

815
### 🐛 Bug Fixes

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/nanotron-api-server",
33
"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.",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanotron/issues",
77
"dependencies": {

packages/crypto/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/Alwatr/nanotron/compare/v4.10.0...v4.10.1) (2025-09-21)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* add "sideEffects": false to package.json files for better tree-shaking ([2aae07b](https://github.com/Alwatr/nanotron/commit/2aae07b0e1757b6035ea0ca8c1b0eda64a13dfcc))
11+
612
## [4.10.0](https://github.com/Alwatr/nanotron/compare/v4.9.4...v4.10.0) (2025-09-21)
713

814
### 🐛 Bug Fixes

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/crypto",
33
"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.",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanotron/issues",
77
"dependencies": {

packages/nanotron/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/Alwatr/nanotron/compare/v4.10.0...v4.10.1) (2025-09-21)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* add "sideEffects": false to package.json files for better tree-shaking ([2aae07b](https://github.com/Alwatr/nanotron/commit/2aae07b0e1757b6035ea0ca8c1b0eda64a13dfcc))
11+
612
## [4.10.0](https://github.com/Alwatr/nanotron/compare/v4.9.4...v4.10.0) (2025-09-21)
713

814
### 🐛 Bug Fixes

packages/nanotron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/nanotron",
33
"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.",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/nanotron/issues",
77
"dependencies": {

packages/pre-handlers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.1](https://github.com/Alwatr/pre-handlers/compare/v4.10.0...v4.10.1) (2025-09-21)
7+
8+
### 🧹 Miscellaneous Chores
9+
10+
* add "sideEffects": false to package.json files for better tree-shaking ([2aae07b](https://github.com/Alwatr/pre-handlers/commit/2aae07b0e1757b6035ea0ca8c1b0eda64a13dfcc))
11+
612
## [4.10.0](https://github.com/Alwatr/pre-handlers/compare/v4.9.4...v4.10.0) (2025-09-21)
713

814
### 🐛 Bug Fixes

packages/pre-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alwatr/pre-handlers",
33
"description": "Functions that will run before processing every defined route.",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/pre-handlers/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)