diff --git a/.changeset/warm-cherries-help.md b/.changeset/warm-cherries-help.md deleted file mode 100644 index 53cb94933..000000000 --- a/.changeset/warm-cherries-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-autocast': patch ---- - -Fix sheet filtering options to require sheetSlug. diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index 17905d1bb..6df762168 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-autocast +## 0.2.1 + +### Patch Changes + +- ccbbbc9: Fix sheet filtering options to require sheetSlug. + ## 0.2.0 ### Minor Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 7a792117d..fcc1a30c4 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "0.2.0", + "version": "0.2.1", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { "category": "transform"