From a74db4465333d1c6cdf05e85ae62336369369570 Mon Sep 17 00:00:00 2001 From: John McBride Date: Mon, 26 Aug 2024 20:59:37 +0000 Subject: [PATCH] chore(minor): release 1.2.0-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.0-beta.2](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.1...v1.2.0-beta.2) (2024-08-26) ### 🍕 Features * Trim down CLI - remove unused, defunct commands ([#93](https://github.com/open-sauced/pizza-cli/issues/93)) ([7ddd4b9](https://github.com/open-sauced/pizza-cli/commit/7ddd4b971eb085b995db8205f7fc718701ec4db4)) --- CHANGELOG.md | 7 +++++++ npm/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22cce8..147b71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.2.0-beta.2](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.1...v1.2.0-beta.2) (2024-08-26) + + +### 🍕 Features + +* Trim down CLI - remove unused, defunct commands ([#93](https://github.com/open-sauced/pizza-cli/issues/93)) ([7ddd4b9](https://github.com/open-sauced/pizza-cli/commit/7ddd4b971eb085b995db8205f7fc718701ec4db4)) + ## [1.2.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.1.1-beta.5...v1.2.0-beta.1) (2024-08-26) diff --git a/npm/package.json b/npm/package.json index c7acf4e..542a0b3 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.2.0-beta.1", + "version": "1.2.0-beta.2", "description": "A command line utility for insights, metrics, and all things OpenSauced", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",