From 37a8622ca3c08b3dde97649aafb610477c2123c2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 30 Aug 2024 19:56:37 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a26f22..0a3e3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.4.0](https://github.com/oclif/core/compare/0.3.4...0.4.0) (2024-08-30) + + +### Features + +* implement .skipTo and refactor .stop ([5bfe300](https://github.com/oclif/core/commit/5bfe300e87176e72ab5219e9473edb60e9134b36)) + + + ## [0.3.4](https://github.com/oclif/core/compare/0.3.3...0.3.4) (2024-08-25) diff --git a/package.json b/package.json index 17970bc..b84a111 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/multi-stage-output", "description": "Terminal output for oclif commands with multiple stages", - "version": "0.3.4", + "version": "0.4.0", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {