Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 28, 2024
1 parent b8e7be7 commit 935f351
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 5 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28)

### Features

* add `pre-handlers` package ([6578a63](https://github.com/Alwatr/nanotron/commit/6578a63e1dfd325947352b66d8087c9f0e70c32e)) by @mohammadhonarvar
* **nanotron:** use `pre-handlers` package ([11595c8](https://github.com/Alwatr/nanotron/commit/11595c805fa85f0da44c12146d189fa98ad0846a)) by @mohammadhonarvar
* **pre-handlers:** Add getAuthBearer function ([43de511](https://github.com/Alwatr/nanotron/commit/43de511f5b7fc74836d3e31ee9f0b9db2d9a4e11)) by @AliMD
* **pre-handlers:** Add requireAccessToken middleware ([8ed4eb3](https://github.com/Alwatr/nanotron/commit/8ed4eb3899b89032acd13095b6c72e2676ff4eaa)) by @AliMD

### Bug Fixes

* **crypto:** remove side effects ([852e035](https://github.com/Alwatr/nanotron/commit/852e035d6ffceec32f7b4d2197140a27b4afb330)) by @AliMD
* **pre-handlers:** some issues of `review` feedbacks ([72ad94b](https://github.com/Alwatr/nanotron/commit/72ad94b37f059a7b765dd8bc3a5216fe53746479)) by @mohammadhonarvar

### Code Refactoring

* **pre-handlers:** Remove logger module ([70b0357](https://github.com/Alwatr/nanotron/commit/70b0357b0accd6ed96c0cdc62099146b36ce2660)) by @AliMD
* **pre-handlers:** Rename parse-body-as-json.ts to handler/parse-body-as-json.ts ([3d5f756](https://github.com/Alwatr/nanotron/commit/3d5f756453be4b40510f70925ffb3954c428a9f1)) by @AliMD
* **pre-handlers:** Update main.ts exports and add package tracer ([dc29d20](https://github.com/Alwatr/nanotron/commit/dc29d20f9f9d415d3cbad51b0ea7b44fbe4c1149)) by @AliMD

### Miscellaneous Chores

* Update extension in .vscode/extensions.json ([071698e](https://github.com/Alwatr/nanotron/commit/071698e4e179114707ac04adbb1a0c017ac7a920)) by @AliMD

### Dependencies update

* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot]
* bump the github-actions group across 1 directory with 4 updates ([6c8dbbe](https://github.com/Alwatr/nanotron/commit/6c8dbbe01b48fc0cd52a68e612b368557cd0386f)) by @dependabot[bot]
* update ([da8ab83](https://github.com/Alwatr/nanotron/commit/da8ab832c169439ec5812bf970a0e4d2cff32e32)) by @mohammadhonarvar
* update ([584ebc4](https://github.com/Alwatr/nanotron/commit/584ebc4271719fb3ed1e9a185d38c1a44bf35d50)) by @mohammadhonarvar
* update ([5f95120](https://github.com/Alwatr/nanotron/commit/5f95120e3ba4b89c09454f9e93149177be27b462)) by @mohammadhonarvar
* update ([b3f18ee](https://github.com/Alwatr/nanotron/commit/b3f18ee6bb20cb41d456fe852a8ef753a8238c66)) by @mohammadhonarvar
* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @

## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "4.4.1",
"version": "4.5.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28)

### Dependencies update

* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot]
* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @

## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nanotron-api-server",
"version": "4.4.1",
"version": "4.5.0",
"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 <[email protected]>",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28)

### Bug Fixes

* **crypto:** remove side effects ([852e035](https://github.com/Alwatr/nanotron/commit/852e035d6ffceec32f7b4d2197140a27b4afb330)) by @AliMD

### Dependencies update

* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot]
* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @

## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16)

### Dependencies update
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/crypto",
"version": "4.4.1",
"version": "4.5.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 <[email protected]>",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/nanotron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.0](https://github.com/Alwatr/nanotron/compare/v4.4.1...v4.5.0) (2024-10-28)

### Features

* **nanotron:** use `pre-handlers` package ([11595c8](https://github.com/Alwatr/nanotron/commit/11595c805fa85f0da44c12146d189fa98ad0846a)) by @mohammadhonarvar

### Dependencies update

* bump the development-dependencies group across 1 directory with 2 updates ([8b3e101](https://github.com/Alwatr/nanotron/commit/8b3e10128af769ef95a2e7b2ed788e843eb47414)) by @dependabot[bot]
* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/nanotron/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @

## [4.4.1](https://github.com/Alwatr/nanotron/compare/v4.4.0...v4.4.1) (2024-10-16)

### Dependencies update
Expand Down
2 changes: 1 addition & 1 deletion packages/nanotron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nanotron",
"version": "4.4.1",
"version": "4.5.0",
"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 <[email protected]>",
"keywords": [
Expand Down
27 changes: 27 additions & 0 deletions packages/pre-handlers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.0](https://github.com/Alwatr/pre-handlers/compare/v4.4.1...v4.5.0) (2024-10-28)

### Features

* add `pre-handlers` package ([6578a63](https://github.com/Alwatr/pre-handlers/commit/6578a63e1dfd325947352b66d8087c9f0e70c32e)) by @mohammadhonarvar
* **pre-handlers:** Add getAuthBearer function ([43de511](https://github.com/Alwatr/pre-handlers/commit/43de511f5b7fc74836d3e31ee9f0b9db2d9a4e11)) by @AliMD
* **pre-handlers:** Add requireAccessToken middleware ([8ed4eb3](https://github.com/Alwatr/pre-handlers/commit/8ed4eb3899b89032acd13095b6c72e2676ff4eaa)) by @AliMD

### Bug Fixes

* **pre-handlers:** some issues of `review` feedbacks ([72ad94b](https://github.com/Alwatr/pre-handlers/commit/72ad94b37f059a7b765dd8bc3a5216fe53746479)) by @mohammadhonarvar

### Code Refactoring

* **pre-handlers:** Remove logger module ([70b0357](https://github.com/Alwatr/pre-handlers/commit/70b0357b0accd6ed96c0cdc62099146b36ce2660)) by @AliMD
* **pre-handlers:** Rename parse-body-as-json.ts to handler/parse-body-as-json.ts ([3d5f756](https://github.com/Alwatr/pre-handlers/commit/3d5f756453be4b40510f70925ffb3954c428a9f1)) by @AliMD
* **pre-handlers:** Update main.ts exports and add package tracer ([dc29d20](https://github.com/Alwatr/pre-handlers/commit/dc29d20f9f9d415d3cbad51b0ea7b44fbe4c1149)) by @AliMD

### Dependencies update

* update ([584ebc4](https://github.com/Alwatr/pre-handlers/commit/584ebc4271719fb3ed1e9a185d38c1a44bf35d50)) by @mohammadhonarvar
* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/pre-handlers/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @
2 changes: 1 addition & 1 deletion packages/pre-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/pre-handlers",
"version": "1.0.0-0",
"version": "4.5.0",
"description": "Functions that will run before processing every defined route.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 935f351

Please sign in to comment.