Skip to content

Commit dbb4f10

Browse files
committed
release:
1 parent 8fe3160 commit dbb4f10

16 files changed

Lines changed: 59 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
7+
8+
### Features
9+
10+
* **nginx:** add debugInfo to error response for enhanced troubleshooting ([ff29d37](https://github.com/Alwatr/nitrobase/commit/ff29d374becd60a2616caf170084dd4ba76359fb)) by @alimd
11+
* **nginx:** add debugInfo variable to location templates for enhanced debugging ([1045c4c](https://github.com/Alwatr/nitrobase/commit/1045c4c624e84b009eb8d93efa978f790dbac351)) by @alimd
12+
13+
### Code Refactoring
14+
15+
* **nginx:** streamline debugInfo variable usage across location templates ([9dc0d91](https://github.com/Alwatr/nitrobase/commit/9dc0d91989679ba16769cbd97cada46db13eeced)) by @alimd
16+
17+
### Miscellaneous Chores
18+
19+
* **lerna:** remove skipBumpOnlyReleases option from configuration ([8fe3160](https://github.com/Alwatr/nitrobase/commit/8fe31606a373ca7ff9e87ca14352976d15cff76b)) by @
20+
* **vscode:** set default formatter for nginx configuration files ([4f94715](https://github.com/Alwatr/nitrobase/commit/4f94715b365d69dac20c6ee26bca5e995e972149)) by @alimd
21+
622
## [7.6.1](https://github.com/Alwatr/nitrobase/compare/v7.6.0...v7.6.1) (2025-02-26)
723

824
### 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": "7.6.1",
3+
"version": "7.7.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/engine/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
7+
8+
**Note:** Version bump only for package @alwatr/nitrobase-engine
9+
610
## [7.6.0](https://github.com/Alwatr/nitrobase/compare/v7.5.9...v7.6.0) (2025-02-26)
711

812
### Miscellaneous Chores

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nitrobase-engine",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
55
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
66
"keywords": [

packages/helper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
7+
8+
**Note:** Version bump only for package @alwatr/nitrobase-helper
9+
610
## [7.6.0](https://github.com/Alwatr/nitrobase/compare/v7.5.9...v7.6.0) (2025-02-26)
711

812
### Miscellaneous Chores

packages/helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nitrobase-helper",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
55
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
66
"keywords": [

packages/nginx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
7+
8+
### Features
9+
10+
* **nginx:** add debugInfo to error response for enhanced troubleshooting ([ff29d37](https://github.com/Alwatr/nitrobase/commit/ff29d374becd60a2616caf170084dd4ba76359fb)) by @alimd
11+
* **nginx:** add debugInfo variable to location templates for enhanced debugging ([1045c4c](https://github.com/Alwatr/nitrobase/commit/1045c4c624e84b009eb8d93efa978f790dbac351)) by @alimd
12+
13+
### Code Refactoring
14+
15+
* **nginx:** streamline debugInfo variable usage across location templates ([9dc0d91](https://github.com/Alwatr/nitrobase/commit/9dc0d91989679ba16769cbd97cada46db13eeced)) by @alimd
16+
617
## [7.6.1](https://github.com/Alwatr/nitrobase/compare/v7.6.0...v7.6.1) (2025-02-26)
718

819
### Bug Fixes

packages/nginx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nitrobase-nginx",
3-
"version": "7.6.1",
3+
"version": "7.7.0",
44
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",
55
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
66
"license": "AGPL-3.0-only",

packages/nitrobase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [7.7.0](https://github.com/Alwatr/nitrobase/compare/v7.6.1...v7.7.0) (2025-02-26)
7+
8+
**Note:** Version bump only for package @alwatr/nitrobase
9+
610
## [7.6.0](https://github.com/Alwatr/nitrobase/compare/v7.5.9...v7.6.0) (2025-02-26)
711

812
### Miscellaneous Chores

packages/nitrobase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nitrobase",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.",
55
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
66
"keywords": [

0 commit comments

Comments
 (0)