chore(main): release 0.5.1 (#103)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-16 10:38:09 +05:30
committed by GitHub
parent 7252c533bc
commit dbc3154101
3 changed files with 16 additions and 3 deletions

View File

@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
## [0.5.1](https://github.com/sern-handler/cli/compare/v0.5.0...v0.5.1) (2023-06-16)
### Features
* **init:** deprecate init and bump deps ([#102](https://github.com/sern-handler/cli/issues/102)) ([dce78c0](https://github.com/sern-handler/cli/commit/dce78c0945de6da79bf1e268f29651da0c44c1eb))
* version injector ([#90](https://github.com/sern-handler/cli/issues/90)) ([58fa325](https://github.com/sern-handler/cli/commit/58fa3253f62da9fb66d1b2ae901b568367f065d0))
### Bug Fixes
* git not installed errors during init ([#79](https://github.com/sern-handler/cli/issues/79)) ([69287ab](https://github.com/sern-handler/cli/commit/69287ab1bd0c4960384144f90fea8ebded3b0cc5))
## [0.5.0](https://github.com/sern-handler/cli/compare/v0.4.2...v0.5.0) (2022-09-16)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@sern/cli",
"version": "0.6.0",
"version": "0.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@sern/cli",
"version": "0.6.0",
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"colorette": "2.0.20",

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "0.6.0",
"version": "0.5.1",
"description": "Official CLI for @sern/handler",
"exports": "./dist/index.js",
"bin": {