diff --git a/.changeset/sour-garlics-punch.md b/.changeset/sour-garlics-punch.md deleted file mode 100644 index bbd0ba3..0000000 --- a/.changeset/sour-garlics-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskless/pack": patch ---- - -Renames to @taskless/pack to support check and publish operations diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be3ec8..3d69b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @taskless/packcheck +## 0.0.6 + +### Patch Changes + +- fa9a1f1: Renames to @taskless/pack to support check and publish operations + ## 0.0.5 ### Patch Changes diff --git a/package.json b/package.json index 5623b90..055d0bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@taskless/pack", "description": "CLI for working with Taskless packs", - "version": "0.0.5", + "version": "0.0.6", "author": "Taskless", "license": "Apache-2.0", "repository": "taskless/pack",