diff --git a/.changeset/loud-oranges-double.md b/.changeset/loud-oranges-double.md deleted file mode 100644 index 61c28f9ce..000000000 --- a/.changeset/loud-oranges-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-automap': minor ---- - -Updated listener to job:updated from job:created to account for the mapping plan now being run asynchronously. Updated the verfiyConfidentMatching from every to some to enable more concice autoMapping diff --git a/plugins/automap/CHANGELOG.md b/plugins/automap/CHANGELOG.md index 509da636c..e9cd1f5ad 100644 --- a/plugins/automap/CHANGELOG.md +++ b/plugins/automap/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-automap +## 0.4.0 + +### Minor Changes + +- c166265: Updated listener to job:updated from job:created to account for the mapping plan now being run asynchronously. Updated the verfiyConfidentMatching from every to some to enable more concice autoMapping + ## 0.3.2 ### Patch Changes diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 2ae0df493..a52f8ccc1 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-automap", - "version": "0.3.2", + "version": "0.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/automap", "description": "A plugin to provide automapping imported files for headless workflows.", "registryMetadata": {