diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fc46a6..81e65515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.2](https://github.com/Alwatr/store/compare/v6.0.1...v6.0.2) (2024-02-09) + +### Performance Improvements + +* **nginx:** Update nginx-json base image version and improve HEALTHCHECK performance ([7e46731](https://github.com/Alwatr/store/commit/7e46731af349f8b3be07ab3a3238449038806acb)) by @AliMD + ## [6.0.1](https://github.com/Alwatr/store/compare/v6.0.0...v6.0.1) (2024-01-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 4a5843e1..94a0b4ff 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.1", + "version": "6.0.2", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/nginx/CHANGELOG.md b/packages/nginx/CHANGELOG.md index 42eee0bb..27cfa7eb 100644 --- a/packages/nginx/CHANGELOG.md +++ b/packages/nginx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.2](https://github.com/Alwatr/store/compare/v6.0.1...v6.0.2) (2024-02-09) + +### Performance Improvements + +* **nginx:** Update nginx-json base image version and improve HEALTHCHECK performance ([7e46731](https://github.com/Alwatr/store/commit/7e46731af349f8b3be07ab3a3238449038806acb)) by @AliMD + ## [6.0.1](https://github.com/Alwatr/store/compare/v6.0.0...v6.0.1) (2024-01-24) ### Bug Fixes diff --git a/packages/nginx/package.json b/packages/nginx/package.json index 473096a0..9381ae0d 100644 --- a/packages/nginx/package.json +++ b/packages/nginx/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/store-nginx", - "version": "6.0.1", + "version": "6.0.2", "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",