diff --git a/CHANGELOG.md b/CHANGELOG.md index 004b8e2..60bc326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.3.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.2.1...v1.3.0-beta.1) (2024-09-04) + + +### 🍕 Features + +* Refactors API client into hand rolled sdk in api/ directory ([#111](https://github.com/open-sauced/pizza-cli/issues/111)) ([e16e889](https://github.com/open-sauced/pizza-cli/commit/e16e8899a4ef69641dc614887d065dc8b70adb35)) + ## [1.2.1](https://github.com/open-sauced/pizza-cli/compare/v1.2.0...v1.2.1) (2024-08-30) diff --git a/npm/package.json b/npm/package.json index 03cafd1..6a0d61d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.2.1", + "version": "1.3.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",