diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eedd2d..a22fd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ > All notable changes to this project will be documented in this file +## [2.1.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v2.0.0...v2.1.0-beta.1) (2024-09-16) + + +### 🍕 Features + +* 2.0.0 readme updates ([156298d](https://github.com/open-sauced/pizza-cli/commit/156298d438d916100295feed39a4db285db4c9cb)) +* Bump 2.0.0 for real this time ([385b7ff](https://github.com/open-sauced/pizza-cli/commit/385b7ff0ede0919425a7047d65a4fd9bc5a6fe94)) + +## [1.6.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.5.0...v1.6.0-beta.1) (2024-09-16) + + +### 🍕 Features + +* Bump 2.0.0 for real this time ([385b7ff](https://github.com/open-sauced/pizza-cli/commit/385b7ff0ede0919425a7047d65a4fd9bc5a6fe94)) + ## [1.5.0](https://github.com/open-sauced/pizza-cli/compare/v1.4.0...v1.5.0) (2024-09-16) diff --git a/README.md b/README.md index b590634..3de39d5 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ The first owner is the entity with the most lines changed. This command uses a ` to attribute emails in commits with the given entities in the config (like GitHub usernames or teams). See [the section on the configuration schema for more details](#-configuration-schema) -### 🚀 New in v1.4.0: Generate Config +### 🚀 New in v2.0.0: Generate Config The `pizza generate config` command has been added to help you create `.sauced.yaml` configuration files for your projects. This command allows you to generate configuration files with various options: diff --git a/npm/package-lock.json b/npm/package-lock.json index 1b4f35b..8f93f37 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "pizza", - "version": "1.5.0", + "version": "2.1.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pizza", - "version": "1.5.0", + "version": "2.1.0-beta.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/npm/package.json b/npm/package.json index 4ba9e47..a2ca3d7 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.5.0", + "version": "2.1.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",