diff --git a/.changeset/lovely-dogs-reply.md b/.changeset/lovely-dogs-reply.md deleted file mode 100644 index 7c5b92ff1..000000000 --- a/.changeset/lovely-dogs-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-autocast': patch ---- - -Adding keywords diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index 1c46fafdd..0a8093b77 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-autocast +## 0.7.8 + +### Patch Changes + +- 4574c86: Adding keywords + ## 0.7.7 ### Patch Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 4f1e787d3..7285201d9 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "0.7.7", + "version": "0.7.8", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { @@ -32,7 +32,11 @@ "check": "tsc ./**/*.ts --noEmit --esModuleInterop", "test": "jest ./**/*.spec.ts --config=../../jest.config.js --runInBand" }, - "keywords": ["flatfile-plugins", "category-transform", "featured"], + "keywords": [ + "flatfile-plugins", + "category-transform", + "featured" + ], "author": "Alex Hollenbeck", "repository": { "type": "git",