diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d59c6..0b74142 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.8.6](https://github.com/Lack-Zillions-Over/niro-health/compare/v1.8.5...v1.8.6) (2023-04-22) + + +### Bug Fixes + +* **app-host:** added get method for return static property app ([75ceab0](https://github.com/Lack-Zillions-Over/niro-health/commit/75ceab0fa2e27c7782755cdaaf885a2fff58433f)) + ### [1.8.5](https://github.com/Lack-Zillions-Over/niro-health/compare/v1.8.4...v1.8.5) (2023-04-22) diff --git a/package.json b/package.json index d1ecbe3..983bb1f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "niro-health", - "version": "1.8.5", + "version": "1.8.6", "description": "Niro Health is a free and open source framework for building robust, scalable, enterprise-grade Node.js server-side applications, web sites, and APIs.", "license": "MIT", "main": "./dist/index.js",