diff --git a/.changeset/headless-runtime-bindings.md b/.changeset/headless-runtime-bindings.md deleted file mode 100644 index f09cd89..0000000 --- a/.changeset/headless-runtime-bindings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/runtime': minor ---- - -Expose canonical API and binding execution through the package-neutral `@ankhorage/runtime/bindings` entrypoint so headless consumers do not load React Native renderer modules. diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9b9fc..2278495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/runtime +## 2.1.0 + +### Minor Changes + +- 02c1389: Expose canonical API and binding execution through the package-neutral `@ankhorage/runtime/bindings` entrypoint so headless consumers do not load React Native renderer modules. + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index e082cc6..683dd07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/runtime", - "version": "2.0.0", + "version": "2.1.0", "description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.", "license": "MIT", "publishConfig": {