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",