diff --git a/.changeset/tall-islands-applaud.md b/.changeset/tall-islands-applaud.md deleted file mode 100644 index efd6359..0000000 --- a/.changeset/tall-islands-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lemonmade/ucp-schema': patch ---- - -Use 'get' instead of 'read' for base UCP schema diff --git a/packages/ucp-schema/CHANGELOG.md b/packages/ucp-schema/CHANGELOG.md index cedc820..bb7aad3 100644 --- a/packages/ucp-schema/CHANGELOG.md +++ b/packages/ucp-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @lemonmade/ucp-schema +## 0.1.2 + +### Patch Changes + +- [`8e9a962`](https://github.com/lemonmade/nursery/commit/8e9a962c831a9d812b9581cfb9bc6f1afcc81c3f) Thanks [@lemonmade](https://github.com/lemonmade)! - Use 'get' instead of 'read' for base UCP schema + ## 0.1.1 ### Patch Changes diff --git a/packages/ucp-schema/package.json b/packages/ucp-schema/package.json index 1c5883c..6810600 100644 --- a/packages/ucp-schema/package.json +++ b/packages/ucp-schema/package.json @@ -7,7 +7,7 @@ "access": "public", "@lemonmade/registry": "https://registry.npmjs.org" }, - "version": "0.1.1", + "version": "0.1.2", "engines": { "node": ">=18.0.0" },