diff --git a/.changeset/bright-release-lifecycle.md b/.changeset/bright-release-lifecycle.md deleted file mode 100644 index c566534..0000000 --- a/.changeset/bright-release-lifecycle.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@ankhorage/deploy': minor ---- - -Add the complete provider-neutral release lifecycle: canonical `deploy/release.json` authoring, -cross-target planning, Google Play and App Store rollout execution, read-back verification, -safe retry/resume, supported lifecycle controls, immutable release history, and intentional -public release APIs. - -The project entrypoint now owns inspection, planning, execution, resume, and supported lifecycle controls while provider adapters remain internal. diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bb15d..246b693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @ankhorage/deploy +## 0.9.0 + +### Minor Changes + +- 5b892ae: Add the complete provider-neutral release lifecycle: canonical `deploy/release.json` authoring, + cross-target planning, Google Play and App Store rollout execution, read-back verification, + safe retry/resume, supported lifecycle controls, immutable release history, and intentional + public release APIs. + + The project entrypoint now owns inspection, planning, execution, resume, and supported lifecycle controls while provider adapters remain internal. + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index 5a349aa..5c681c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/deploy", - "version": "0.8.0", + "version": "0.9.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": {