diff --git a/.changeset/export-workbook-column-order.md b/.changeset/export-workbook-column-order.md deleted file mode 100644 index 588859469..000000000 --- a/.changeset/export-workbook-column-order.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-export-workbook': patch ---- - -Export columns in blueprint field order instead of arbitrary API key order diff --git a/plugins/export-workbook/CHANGELOG.md b/plugins/export-workbook/CHANGELOG.md index c15dcb1e5..579420e4f 100644 --- a/plugins/export-workbook/CHANGELOG.md +++ b/plugins/export-workbook/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-export-workbook +## 6.0.1 + +### Patch Changes + +- 68cf817: Export columns in blueprint field order instead of arbitrary API key order + ## 6.0.0 ### Patch Changes diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 3ff42bf7b..f0afb50ff 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-workbook", - "version": "6.0.0", + "version": "6.0.1", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/export-workbook", "description": "A plugin for exporting data in Flatfile to Workbooks.", "registryMetadata": {