From c767971c36b1868868ce15c75651c35c4513e067 Mon Sep 17 00:00:00 2001 From: GuilhermeSantos001 Date: Sat, 22 Apr 2023 09:00:08 -0300 Subject: [PATCH] chore(release): 1.8.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2698a16..68eac73 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/Lack-Zillions-Over/niro-health/compare/v1.8.1...v1.8.2) (2023-04-22) + + +### Build System + +* **eslint:** exclude client path ([cb1b975](https://github.com/Lack-Zillions-Over/niro-health/commit/cb1b9750ddda8007f577fb35416db420677bc9c9)) +* **eslint:** exclude client path ([ae81988](https://github.com/Lack-Zillions-Over/niro-health/commit/ae81988a941a548f1474db60c4f8a4296cf2b9bf)) + ### [1.8.1](https://github.com/Lack-Zillions-Over/niro-health/compare/v1.8.0...v1.8.1) (2023-04-22) diff --git a/package.json b/package.json index 6509918..0152e31 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "niro-health", - "version": "1.8.1", + "version": "1.8.2", "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",