From 8d841f2c0177b798443346e42032b89f60b55501 Mon Sep 17 00:00:00 2001 From: Tsvetoslav Dimov <32335835+cecobask@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:51:46 +0000 Subject: [PATCH] chore(minor): release 1.0.0-beta.7 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-beta.7](https://github.com/open-sauced/pizza-cli/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-10-02) ### 🍕 Features * provide repository insights ([#38](https://github.com/open-sauced/pizza-cli/issues/38)) ([dc148d6](https://github.com/open-sauced/pizza-cli/commit/dc148d6fe17b9aa96ad6951aefd0a7fd7cf0e160)) --- CHANGELOG.md | 7 +++++++ npm/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c35a56..d2b09b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.0.0-beta.7](https://github.com/open-sauced/pizza-cli/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-10-02) + + +### 🍕 Features + +* provide repository insights ([#38](https://github.com/open-sauced/pizza-cli/issues/38)) ([dc148d6](https://github.com/open-sauced/pizza-cli/commit/dc148d6fe17b9aa96ad6951aefd0a7fd7cf0e160)) + ## [1.0.0-beta.6](https://github.com/open-sauced/pizza-cli/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-09-27) diff --git a/npm/package.json b/npm/package.json index 3c7dcdf..1440ba3 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "A command line utility for insights, metrics, and all things OpenSauced", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",