From 1d4c8f97af7cc02dfbc01ce5927de89bf7c6d3c4 Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 11 Oct 2024 14:50:17 +0000 Subject: [PATCH] chore(minor): release 2.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.3.0](https://github.com/open-sauced/pizza-cli/compare/v2.2.0...v2.3.0) (2024-10-11) ### 🍕 Features * add comment preamble to generated config ([#214](https://github.com/open-sauced/pizza-cli/issues/214)) ([deb22a2](https://github.com/open-sauced/pizza-cli/commit/deb22a247f6aa3f1a64e1ed13f6554060e67a533)) * Add quick start section ([#203](https://github.com/open-sauced/pizza-cli/issues/203)) ([eec884b](https://github.com/open-sauced/pizza-cli/commit/eec884b816404fdbbc5fb5445cb44fe211b8b0c8)) --- CHANGELOG.md | 8 ++++++++ npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa1eef..65bc8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ > All notable changes to this project will be documented in this file +## [2.3.0](https://github.com/open-sauced/pizza-cli/compare/v2.2.0...v2.3.0) (2024-10-11) + + +### 🍕 Features + +* add comment preamble to generated config ([#214](https://github.com/open-sauced/pizza-cli/issues/214)) ([deb22a2](https://github.com/open-sauced/pizza-cli/commit/deb22a247f6aa3f1a64e1ed13f6554060e67a533)) +* Add quick start section ([#203](https://github.com/open-sauced/pizza-cli/issues/203)) ([eec884b](https://github.com/open-sauced/pizza-cli/commit/eec884b816404fdbbc5fb5445cb44fe211b8b0c8)) + ## [2.3.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v2.2.0...v2.3.0-beta.1) (2024-10-11) diff --git a/npm/package-lock.json b/npm/package-lock.json index 6aad955..f5c4b0e 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "pizza", - "version": "2.3.0-beta.1", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pizza", - "version": "2.3.0-beta.1", + "version": "2.3.0", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/npm/package.json b/npm/package.json index 876d5ea..f604dfa 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "2.3.0-beta.1", + "version": "2.3.0", "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",