From 3014ac066f22146e23d751b51027011d9c65a919 Mon Sep 17 00:00:00 2001 From: Uday Patel Date: Wed, 16 Oct 2024 19:46:06 +0000 Subject: [PATCH] chore(minor): release 2.4.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.4.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v2.3.0...v2.4.0-beta.1) (2024-10-16) ### 🍕 Features * `--output-path` flag for `pizza generate codeowners` ([#223](https://github.com/open-sauced/pizza-cli/issues/223)) ([1c5ce09](https://github.com/open-sauced/pizza-cli/commit/1c5ce0906f459bdf81b75855840ceb1f3492b1a9)) --- CHANGELOG.md | 7 +++++++ npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bc8fc..830289a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.4.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v2.3.0...v2.4.0-beta.1) (2024-10-16) + + +### 🍕 Features + +* `--output-path` flag for `pizza generate codeowners` ([#223](https://github.com/open-sauced/pizza-cli/issues/223)) ([1c5ce09](https://github.com/open-sauced/pizza-cli/commit/1c5ce0906f459bdf81b75855840ceb1f3492b1a9)) + ## [2.3.0](https://github.com/open-sauced/pizza-cli/compare/v2.2.0...v2.3.0) (2024-10-11) diff --git a/npm/package-lock.json b/npm/package-lock.json index f5c4b0e..7c7eefb 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "pizza", - "version": "2.3.0", + "version": "2.4.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pizza", - "version": "2.3.0", + "version": "2.4.0-beta.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/npm/package.json b/npm/package.json index f604dfa..3fb2661 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "2.3.0", + "version": "2.4.0-beta.1", "description": "A command line utility for insights, metrics, and generating CODEOWNERS documentation for your open source projects", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",