chore(main): release 0.4.2 (#66)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-07-28 12:33:13 +05:30
committed by GitHub
parent 810763837c
commit ebc688022e
3 changed files with 10 additions and 3 deletions

View File

@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.4.2](https://github.com/sern-handler/cli/compare/v0.4.1...v0.4.2) (2022-07-28)
### Features
* switch to undici ([#58](https://github.com/sern-handler/cli/issues/58)) ([c4f8e45](https://github.com/sern-handler/cli/commit/c4f8e45bdc0af5a3bbd394d2b9f852f4a946114c))
## [0.4.1](https://github.com/sern-handler/cli/compare/v0.4.0...v0.4.1) (2022-07-07)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@sern/cli",
"version": "0.4.1",
"version": "0.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@sern/cli",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"dependencies": {
"colorette": "^2.0.16",

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "A CLI for @sern/handler",
"exports": "./src/index.js",
"bin": {