Skip to content

Commit

Permalink
Merge pull request #35 from lowdefy/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
SamTolmay authored Nov 30, 2023
2 parents 6f99a29 + e3ac56f commit df1ea32
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-trains-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-ants-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-rice-develop.md

This file was deleted.

11 changes: 11 additions & 0 deletions plugins/community-plugin-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lowdefy/community-plugin-mongodb

## 2.0.0

### Major Changes

- a3a3b2c: The `MongoDBUpdateOne` request now throws an error if no document was matched and updated. This behaviour can be disabled by setting the new `disableNoMatchError` property.

### Patch Changes

- 0ed171e: Update dependency mongodb to v6.3.0.
- 4c3ad0c: Handle upsert true for error throw.

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/community-plugin-mongodb",
"version": "1.4.1",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit df1ea32

Please sign in to comment.