diff --git a/.changeset/calm-deploy-cli.md b/.changeset/calm-deploy-cli.md deleted file mode 100644 index 3ee0c80..0000000 --- a/.changeset/calm-deploy-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/deploy': minor ---- - -Add the first-class `@ankhorage/deploy/cli` provider for category-root `ankh deploy` and `ankh plan deploy`, with dry-run planning, explicit runtime release context, host-owned confirmation, transient ENV credential mapping and offline safety coverage. diff --git a/CHANGELOG.md b/CHANGELOG.md index 246b693..a6e95ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/deploy +## 0.10.0 + +### Minor Changes + +- b10e259: Add the first-class `@ankhorage/deploy/cli` provider for category-root `ankh deploy` and `ankh plan deploy`, with dry-run planning, explicit runtime release context, host-owned confirmation, transient ENV credential mapping and offline safety coverage. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index b7b1785..e4313c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ankhorage/deploy", - "version": "0.9.0", - "description": "Declarative deployment engine for Expo apps across web, iOS, and Android \u2014 build, provision, publish, and manage releases from one configuration.", + "version": "0.10.0", + "description": "Declarative deployment engine for Expo apps across web, iOS, and Android — build, provision, publish, and manage releases from one configuration.", "license": "MIT", "publishConfig": { "access": "public"