From 7488654a19482fd0ef61089389e7dbd1a9909006 Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Thu, 8 Aug 2024 15:11:47 -0700 Subject: [PATCH] chore: release v1.12.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10796df..cd1683b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.12.0](https://github.com/expressots/expressots-cli/compare/1.11.1...1.12.0) (2024-08-08) + + +### Features + +* add the script command ([158cf6e](https://github.com/expressots/expressots-cli/commit/158cf6efad1e3b262d941c802fb37893c6075849)) + + +### Bug Fixes + +* adjusts in the print warning and error msgs ([d17e583](https://github.com/expressots/expressots-cli/commit/d17e5837ce82f899bcd4a6655796527e60219f09)) + ## [1.11.1](https://github.com/expressots/expressots-cli/compare/1.11.0...1.11.1) (2024-08-04) diff --git a/package.json b/package.json index 3e08237..381f896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "1.11.1", + "version": "1.12.0", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",