Closed flatfile-release[bot] closed 2 months ago
In version 0.4.0 of the @flatfile/plugin-automap
, the event listener has been updated from job:created
to job:updated
, allowing the mapping plan to execute asynchronously in response to job updates. Additionally, the function verfiyConfidentMatching
has been modified to use the some
method instead of every
, streamlining the process for determining confident matches.
Files | Change Summary |
---|---|
plugins/automap/CHANGELOG.md | Updated changelog for version 0.4.0, detailing changes to event listener and function behavior. |
plugins/automap/CHANGELOG.md (1)
`3-7`: **Changelog entry is clear and concise.** The changelog entry for version `0.4.0` accurately describes the updates to the event listener and the `verfiyConfidentMatching` function. The code changes are approved.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@flatfile/plugin-automap@0.4.0
Minor Changes