diff --git a/CHANGELOG.md b/CHANGELOG.md index 217b44e..46bf139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://github.com/capawesome-team/cli/compare/v0.0.5...v0.0.6) (2024-05-04) + + +### Features + +* **bundles:** add new min and max options ([#1](https://github.com/capawesome-team/cli/issues/1)) ([41d4bad](https://github.com/capawesome-team/cli/commit/41d4badadafc4b5989d22200e58f09efe01ebeec)) + ## [0.0.5](https://github.com/capawesome-team/cli/compare/v0.0.4...v0.0.5) (2024-05-02) diff --git a/package-lock.json b/package-lock.json index d926120..37e8014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capawesome/cli", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capawesome/cli", - "version": "0.0.5", + "version": "0.0.6", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 5d43515..6301ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capawesome/cli", - "version": "0.0.5", + "version": "0.0.6", "description": "The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.", "scripts": { "build": "rimraf ./dist && tsc",