diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b9dfe..fb2c427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.0.8](https://github.com/capawesome-team/cli/compare/v0.0.7...v0.0.8) (2024-06-10) + + +### Bug Fixes + +* improve error handling ([e67e94b](https://github.com/capawesome-team/cli/commit/e67e94b50308fe227275a9ce83097f67423d0fbd)) +* throw error if no app exists ([930857c](https://github.com/capawesome-team/cli/commit/930857cf735e102ebf1be7e8772cc251a3ddc1a2)) + ## [0.0.7](https://github.com/capawesome-team/cli/compare/v0.0.6...v0.0.7) (2024-05-27) diff --git a/package-lock.json b/package-lock.json index 1848686..6c02dfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capawesome/cli", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capawesome/cli", - "version": "0.0.7", + "version": "0.0.8", "funding": [ { "type": "github", diff --git a/package.json b/package.json index e5be7bd..6383c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capawesome/cli", - "version": "0.0.7", + "version": "0.0.8", "description": "The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.", "scripts": { "build": "rimraf ./dist && tsc",