diff --git a/CHANGELOG.md b/CHANGELOG.md index f87cad5..64b48f7 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.6](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.5...v1.2.0-beta.6) (2024-08-28) + + +### 🐛 Bug Fixes + +* escape non-standard characters in the filename path ([#106](https://github.com/open-sauced/pizza-cli/issues/106)) ([418951f](https://github.com/open-sauced/pizza-cli/commit/418951f2629412c0855161a82eae1fd87502091b)) + ## [1.2.0-beta.5](https://github.com/open-sauced/pizza-cli/compare/v1.2.0-beta.4...v1.2.0-beta.5) (2024-08-27) diff --git a/npm/package.json b/npm/package.json index 5f7a7c9..374202d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.2.0-beta.5", + "version": "1.2.0-beta.6", "description": "A command line utility for insights, metrics, and all things OpenSauced", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",