Skip to content

Commit 3c99476

Browse files
committed
release:
1 parent ecc211d commit 3c99476

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.5.9](https://github.com/Alwatr/nitrobase/compare/v7.5.8...v7.5.9) (2025-02-20)
7+
8+
### Bug Fixes
9+
10+
* **nginx:** remove error message from 403 response for undefined users ([3c762c8](https://github.com/Alwatr/nitrobase/commit/3c762c859d057ebaf09f1a2d60f5e082cfd3a15b)) by @alimd
11+
12+
### Miscellaneous Chores
13+
14+
* **dependabot:** enable beta ecosystems for dependency updates ([ecc211d](https://github.com/Alwatr/nitrobase/commit/ecc211d3d16ccac90daa577f7468b844519ce228)) by @alimd
15+
616
## [7.5.8](https://github.com/Alwatr/nitrobase/compare/v7.5.7...v7.5.8) (2025-02-18)
717

818
### Miscellaneous Chores

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

packages/nginx/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+
## [7.5.9](https://github.com/Alwatr/nitrobase/compare/v7.5.8...v7.5.9) (2025-02-20)
7+
8+
### Bug Fixes
9+
10+
* **nginx:** remove error message from 403 response for undefined users ([3c762c8](https://github.com/Alwatr/nitrobase/commit/3c762c859d057ebaf09f1a2d60f5e082cfd3a15b)) by @alimd
11+
612
## [7.5.8](https://github.com/Alwatr/nitrobase/compare/v7.5.7...v7.5.8) (2025-02-18)
713

814
### Miscellaneous Chores

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.5.8",
3+
"version": "7.5.9",
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",

0 commit comments

Comments
 (0)