diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e07902b..86fc46a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [6.0.1](https://github.com/Alwatr/store/compare/v6.0.0...v6.0.1) (2024-01-24) + +### Bug Fixes + +* **nginx/debug:** Add prefixUri variable to command_test function and add ps command ([ae165f8](https://github.com/Alwatr/store/commit/ae165f8b7f1a6d60ec4d220e20f2e594618d6447)) by @ +* **nginx:** docker HEALTHCHECK ([34f61c0](https://github.com/Alwatr/store/commit/34f61c0079730be6c8aa972df748e53ee81f8e62)) by @ + ## [6.0.0](https://github.com/Alwatr/store/compare/v6.0.0-alpha.0...v6.0.0) (2024-01-24) ### Features diff --git a/lerna.json b/lerna.json index 444a8f4c..4a5843e1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", - "version": "6.0.0", + "version": "6.0.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/nginx/CHANGELOG.md b/packages/nginx/CHANGELOG.md index 12be41f1..42eee0bb 100644 --- a/packages/nginx/CHANGELOG.md +++ b/packages/nginx/CHANGELOG.md @@ -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. +## [6.0.1](https://github.com/Alwatr/store/compare/v6.0.0...v6.0.1) (2024-01-24) + +### Bug Fixes + +* **nginx/debug:** Add prefixUri variable to command_test function and add ps command ([ae165f8](https://github.com/Alwatr/store/commit/ae165f8b7f1a6d60ec4d220e20f2e594618d6447)) by @ +* **nginx:** docker HEALTHCHECK ([34f61c0](https://github.com/Alwatr/store/commit/34f61c0079730be6c8aa972df748e53ee81f8e62)) by @ + ## [6.0.0](https://github.com/Alwatr/store/compare/v6.0.0-alpha.0...v6.0.0) (2024-01-24) ### Miscellaneous Chores diff --git a/packages/nginx/package.json b/packages/nginx/package.json index 3f8674eb..473096a0 100644 --- a/packages/nginx/package.json +++ b/packages/nginx/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-nginx", - "version": "6.0.0", + "version": "6.0.1", "description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.", "author": "S. Ali Mihandoost ", "license": "MIT",