diff --git a/.changeset/mean-bats-learn.md b/.changeset/mean-bats-learn.md deleted file mode 100644 index 68e4402..0000000 --- a/.changeset/mean-bats-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': patch ---- - -Fix MongoDBVersionedUpdateOne request was not included in connection. diff --git a/plugins/community-plugin-mongodb/CHANGELOG.md b/plugins/community-plugin-mongodb/CHANGELOG.md index 86f7eb9..47d3219 100644 --- a/plugins/community-plugin-mongodb/CHANGELOG.md +++ b/plugins/community-plugin-mongodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @lowdefy/community-plugin-mongodb +## 2.4.1 + +### Patch Changes + +- 39cb4ea: Fix MongoDBVersionedUpdateOne request was not included in connection. + ## 2.4.0 ### Minor Changes diff --git a/plugins/community-plugin-mongodb/package.json b/plugins/community-plugin-mongodb/package.json index 2550f47..4a04817 100644 --- a/plugins/community-plugin-mongodb/package.json +++ b/plugins/community-plugin-mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-mongodb", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "type": "module", "exports": {