Skip to content

Commit f8efcbf

Browse files
committed
release:
1 parent 4f8ede5 commit f8efcbf

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

+6
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.4.0](https://github.com/Alwatr/nanotron/compare/v4.3.0...v4.4.0) (2024-10-14)
7+
8+
### Features
9+
10+
* **api-server:** add health route to NanotronApiServer ([4f8ede5](https://github.com/Alwatr/nanotron/commit/4f8ede5085cd2fcbd0cd621a09346d4816219e08)) by @
11+
612
## [4.3.0](https://github.com/Alwatr/nanotron/compare/v4.2.2...v4.3.0) (2024-10-11)
713

814
### Features

lerna.json

+1-1
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.3.0",
3+
"version": "4.4.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/api-server/CHANGELOG.md

+6
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.4.0](https://github.com/Alwatr/nanotron/compare/v4.3.0...v4.4.0) (2024-10-14)
7+
8+
### Features
9+
10+
* **api-server:** add health route to NanotronApiServer ([4f8ede5](https://github.com/Alwatr/nanotron/commit/4f8ede5085cd2fcbd0cd621a09346d4816219e08)) by @
11+
612
## [4.3.0](https://github.com/Alwatr/nanotron/compare/v4.2.2...v4.3.0) (2024-10-11)
713

814
### Features

packages/api-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nanotron-api-server",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"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.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/nanotron/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.0](https://github.com/Alwatr/nanotron/compare/v4.3.0...v4.4.0) (2024-10-14)
7+
8+
**Note:** Version bump only for package @alwatr/nanotron
9+
610
## [4.3.0](https://github.com/Alwatr/nanotron/compare/v4.2.2...v4.3.0) (2024-10-11)
711

812
### Features

packages/nanotron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nanotron",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"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.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)