From 6212fb358813db74d6a05d723746c511f68fc218 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:10:23 +0530 Subject: [PATCH] chore(main): release 0.5.0 (#77) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef438a..dbbf0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [0.5.0](https://github.com/sern-handler/cli/compare/v0.4.2...v0.5.0) (2022-09-16) + + +### ⚠ BREAKING CHANGES + +* re-write to TypeScript + +### Features + +* add engine for node version & remove manual version check ([#72](https://github.com/sern-handler/cli/issues/72)) ([2009d1f](https://github.com/sern-handler/cli/commit/2009d1fdca9a383d219304fd3cb48a622355b7dc)) +* adds the esm template option + refactors ([#73](https://github.com/sern-handler/cli/issues/73)) ([9271da3](https://github.com/sern-handler/cli/commit/9271da30764f86225385e8ae6448b99d66687294)) +* re-write to TypeScript ([bed31c1](https://github.com/sern-handler/cli/commit/bed31c1f4995bbf7d8d0a483f562788172e29919)) + + +### Miscellaneous Chores + +* release 0.5.0 ([2018c43](https://github.com/sern-handler/cli/commit/2018c4381e665b9b0c5e70a203aa0dfd9fdd3cef)) + ## [0.4.2](https://github.com/sern-handler/cli/compare/v0.4.1...v0.4.2) (2022-07-28) diff --git a/package-lock.json b/package-lock.json index f9766c9..7eb157d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sern/cli", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sern/cli", - "version": "0.4.2", + "version": "0.5.0", "license": "MIT", "dependencies": { "colorette": "^2.0.16", diff --git a/package.json b/package.json index 438874a..058ce64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/cli", - "version": "0.4.2", + "version": "0.5.0", "description": "Official CLI for @sern/handler", "exports": "./dist/index.js", "bin": {