From dde8e71929902d21d99c11382eb2e0a09e415eaa Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 16 Aug 2024 16:57:21 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58345ec..6f2644d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.2.0](https://github.com/oclif/core/compare/0.1.4...0.2.0) (2024-08-16) + + +### Features + +* improve configuration of icons ([4e55cca](https://github.com/oclif/core/commit/4e55ccaecb3dc26ded3a60e0a95e7f3dfeb16363)) +* make design elements configurable ([597badf](https://github.com/oclif/core/commit/597badf8dccdb846d7bc0703d986f422fc730b86)) + + + ## [0.1.4](https://github.com/oclif/core/compare/0.1.3...0.1.4) (2024-08-08) diff --git a/package.json b/package.json index d9262b4..5199cd6 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.1.4", + "version": "0.2.0", "author": "Salesforce", "bugs": "https://github.com/oclif/multi-stage-output/issues", "dependencies": {