Skip to content

Commit 9184ba6

Browse files
github-actions[bot]VenomAV
authored andcommitted
Version Packages
1 parent 6cc5551 commit 9184ba6

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/find-one-and-update.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/effect-mongodb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# effect-mongodb
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`b3b5377`](https://github.com/doubleloop-io/effect-mongodb/commit/b3b537774c6ba0b695ab877416d77af032569041) Thanks [@VenomAV](https://github.com/VenomAV)! - Add findOneAndUpdate function in Collection and DocumentCollection
8+
39
## 0.4.0
410

511
### Minor Changes

packages/effect-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "effect-mongodb",
33
"author": "doubleloop.io",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"type": "module",
66
"license": "MIT",
77
"description": "A MongoDB toolkit for Effect",

packages/effect-mongodb/src/internal/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let moduleVersion = "0.4.0"
1+
let moduleVersion = "0.4.1"
22

33
export const getCurrentVersion = () => moduleVersion
44

0 commit comments

Comments
 (0)