diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ced62..ed74c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.2.0-beta.10](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.9...v1.2.0-beta.10) (2024-08-29) + + +### 🍕 Features + +* pizza login success page style refresh ([#112](https://github.com/open-sauced/pizza-cli/issues/112)) ([9357dac](https://github.com/open-sauced/pizza-cli/commit/9357dac1bf07cc3459cae100e78ecdf451747544)) + ## [1.2.0-beta.9](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.8...v1.2.0-beta.9) (2024-08-29) diff --git a/npm/package.json b/npm/package.json index ff1da1c..cfd7c45 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.2.0-beta.9", + "version": "1.2.0-beta.10", "description": "A command line utility for insights, metrics, and all things OpenSauced", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",