From 24fb285a948c30a0238d3a8275b77aa0dd696ed5 Mon Sep 17 00:00:00 2001 From: John McBride Date: Wed, 18 Oct 2023 21:20:35 +0000 Subject: [PATCH] chore(minor): release 1.1.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.0.1-beta.1...v1.1.0-beta.1) (2023-10-18) ### 🍕 Features * add csv support for contributors insights ([51c1897](https://github.com/open-sauced/pizza-cli/commit/51c18978cb9012fa72642fcb77c9f33bf0a88076)) ### 🐛 Bug Fixes * Hotfix for broken release workflow file ([e115fe9](https://github.com/open-sauced/pizza-cli/commit/e115fe91ded711ad075e2847b2c73f3f065b50d1)) * Release pipeline missing some env vars ([21e43e3](https://github.com/open-sauced/pizza-cli/commit/21e43e365d490eb0a9182895aaa5e45a2c00a025)) --- CHANGELOG.md | 13 +++++++++++++ npm/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c167531..eb7730d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ > All notable changes to this project will be documented in this file +## [1.1.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.0.1-beta.1...v1.1.0-beta.1) (2023-10-18) + + +### 🍕 Features + +* add csv support for contributors insights ([51c1897](https://github.com/open-sauced/pizza-cli/commit/51c18978cb9012fa72642fcb77c9f33bf0a88076)) + + +### 🐛 Bug Fixes + +* Hotfix for broken release workflow file ([e115fe9](https://github.com/open-sauced/pizza-cli/commit/e115fe91ded711ad075e2847b2c73f3f065b50d1)) +* Release pipeline missing some env vars ([21e43e3](https://github.com/open-sauced/pizza-cli/commit/21e43e365d490eb0a9182895aaa5e45a2c00a025)) + ## [1.0.1-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.0.0...v1.0.1-beta.1) (2023-10-11) diff --git a/npm/package.json b/npm/package.json index 7168361..3bf51cb 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.0.1-beta.1", + "version": "1.1.0-beta.1", "description": "A command line utility for insights, metrics, and all things OpenSauced", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",