diff --git a/.changeset/calm-external-apis.md b/.changeset/calm-external-apis.md deleted file mode 100644 index b7b4c460..00000000 --- a/.changeset/calm-external-apis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/studio': minor ---- - -Rebuild external API authoring with trusted OpenAPI discovery, GraphQL introspection, manual REST fallback, canonical manifest persistence, operation visibility, and credential-safe endpoint testing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 073b103c..2a1d2271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/studio +## 0.12.0 + +### Minor Changes + +- 7468819: Rebuild external API authoring with trusted OpenAPI discovery, GraphQL introspection, manual REST fallback, canonical manifest persistence, operation visibility, and credential-safe endpoint testing. + ## 0.11.12 ### Patch Changes diff --git a/package.json b/package.json index 944a0952..ff1aa924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/studio", - "version": "0.11.12", + "version": "0.12.0", "description": "Studio authoring package for Ankhorage apps", "license": "MIT", "homepage": "https://github.com/ankhorage/studio#readme",