From 515a10eefcfcf022df308f06570bca3362e84827 Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Tue, 11 Jun 2024 22:04:04 -0700 Subject: [PATCH] chore: release v1.8.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa44ed..e145937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ +## [1.8.1](https://github.com/expressots/expressots-cli/compare/1.8.0...1.8.1) (2024-06-12) + + +### Bug Fixes + +* add node version restriction ([9cf3416](https://github.com/expressots/expressots-cli/commit/9cf3416a8379d35487f9224751c84c2cab8b8ae4)) +* adjust engine version ([5834ab5](https://github.com/expressots/expressots-cli/commit/5834ab5c099305f436bd196a3c1967fc6bef9826)) +* remove test lib cli ([1d1772b](https://github.com/expressots/expressots-cli/commit/1d1772bf9fb888e7d87875280a71bc0bfdb8b82a)) +* update codecov plugin version ([a1f6ded](https://github.com/expressots/expressots-cli/commit/a1f6ded7161744be8459d7ad0e842a1b17657c6e)) +* update engine on ci/cd ([8ebc317](https://github.com/expressots/expressots-cli/commit/8ebc31724bd487d1aaa148385056ba438bd63fda)) + ## [1.8.0](https://github.com/expressots/expressots-cli/compare/1.7.1...1.8.0) (2024-04-29) diff --git a/package.json b/package.json index d8a3f1c..57fcda7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "1.8.0", + "version": "1.8.1", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",