Skip to content

Commit

Permalink
chore(minor): release 2.4.0-beta.1 on beta channel [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.0-beta.1](v2.3.0...v2.4.0-beta.1) (2024-10-16)

### 🍕 Features

* `--output-path` flag for `pizza generate codeowners` ([#223](#223)) ([1c5ce09](1c5ce09))
  • Loading branch information
udaypatel1 authored and open-sauced[bot] committed Oct 16, 2024
1 parent 1c5ce09 commit 3014ac0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3014ac0

Please sign in to comment.