diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f420783 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 📦 open-sauced/pizza-cli changelog + +[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) + +> All notable changes to this project will be documented in this file + +## 1.0.0-beta.1 (2023-08-22) + + +### 🤖 Build System + +* sematic bin release, npm ([7b4607e](https://github.com/open-sauced/pizza-cli/commit/7b4607e9a4aa5eba0b5f163c586520c1022494ee)) + + +### 🍕 Features + +* Add install instructions and script for pizza CLI ([#26](https://github.com/open-sauced/pizza-cli/issues/26)) ([421a429](https://github.com/open-sauced/pizza-cli/commit/421a429ed99cca957365106485da97e085b0f173)) +* cli auth ([#21](https://github.com/open-sauced/pizza-cli/issues/21)) ([34728fb](https://github.com/open-sauced/pizza-cli/commit/34728fb62d01b746ffc8ede3c97a090b32b0b9f9)) +* GitHub action to build and upload Go artifacts after release created ([#22](https://github.com/open-sauced/pizza-cli/issues/22)) ([ad187a9](https://github.com/open-sauced/pizza-cli/commit/ad187a9f3229e41785a09130132a799378c04528)) +* Http Client for accessing OpenSauced API client ([#23](https://github.com/open-sauced/pizza-cli/issues/23)) ([ec2b357](https://github.com/open-sauced/pizza-cli/commit/ec2b35789a2864d38bf63e0ec1a3b68393a34e9b)) +* Leverage the GITHUB_APP_TOKEN for releases ([#32](https://github.com/open-sauced/pizza-cli/issues/32)) ([e0a25e0](https://github.com/open-sauced/pizza-cli/commit/e0a25e003e89a7a5173ecaae12366922365243c9)) +* npm i -g pizza ([73291d1](https://github.com/open-sauced/pizza-cli/commit/73291d13d632b709f2583d834aefe6ad758de8d7)) +* repo-query support ([199cfd7](https://github.com/open-sauced/pizza-cli/commit/199cfd7b04e1e1683cce5abc08c57bbef01644f6)) +* update bin name release.yaml ([6b21cb8](https://github.com/open-sauced/pizza-cli/commit/6b21cb84f88f75467ce6f270e136dfca5e462d23)) + + +### 🔁 Continuous Integration + +* Update @open-sauced/release@2.2.1 and compliance.yaml ([#33](https://github.com/open-sauced/pizza-cli/issues/33)) ([146b6b7](https://github.com/open-sauced/pizza-cli/commit/146b6b7485a0f33090a4ccefd23624f9aa0df085)) diff --git a/npm/package.json b/npm/package.json index 4768435..583dde1 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "0.0.0", + "version": "1.0.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",