diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de7d21..1f730dd 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.3](https://github.com/capawesome-team/cli/compare/v0.0.2...v0.0.3) (2024-04-27) + + +### Features + +* **apps:** return bundle ID on create ([8a02925](https://github.com/capawesome-team/cli/commit/8a02925aba7580d0f96284f56478f279e84bfade)) +* **apps:** return channel ID on create ([afec871](https://github.com/capawesome-team/cli/commit/afec8719685fc022586b78792801df575d9bf0a7)) + ## [0.0.2](https://github.com/capawesome-team/cli/compare/v0.0.1...v0.0.2) (2024-04-25) diff --git a/package-lock.json b/package-lock.json index 381b9f1..8bfd460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capawesome/cli", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capawesome/cli", - "version": "0.0.2", + "version": "0.0.3", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 9909a45..54a04fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capawesome/cli", - "version": "0.0.2", + "version": "0.0.3", "description": "The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.", "scripts": { "build": "rimraf ./dist && tsc",