diff --git a/.changeset/plenty-pugs-hug.md b/.changeset/plenty-pugs-hug.md deleted file mode 100644 index 2ad3542..0000000 --- a/.changeset/plenty-pugs-hug.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sketch-hq/sketch-file-format': patch ---- - -Do not define Assistants workspace item here in the file format. Assistants -workspace is now only defined in the -[Assistant Types](https://github.com/sketch-hq/sketch-assistants/tree/main/packages/types). diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbcb20..bd5eed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @sketch-hq/sketch-file-format +## 3.6.5 + +### Patch Changes + +- 19b357e: Do not define Assistants workspace item here in the file format. + Assistants workspace is now only defined in the + [Assistant Types](https://github.com/sketch-hq/sketch-assistants/tree/main/packages/types). + ## 3.6.4 ### Patch Changes diff --git a/package.json b/package.json index 77f1ab4..c2c2394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sketch-hq/sketch-file-format", - "version": "3.6.4", + "version": "3.6.5", "license": "MIT", "main": "dist/index", "types": "dist/index",