Skip to content

Commit dabfa4b

Browse files
github-actions[bot]devmatteini
authored andcommittedNov 12, 2024·
Version Packages
1 parent b59f887 commit dabfa4b

8 files changed

+17
-28
lines changed
 

‎.changeset/breezy-cheetahs-juggle.md

-5
This file was deleted.

‎.changeset/dull-icons-nail.md

-5
This file was deleted.

‎.changeset/shaggy-bats-smell.md

-5
This file was deleted.

‎.changeset/shiny-tables-decide.md

-6
This file was deleted.

‎.changeset/two-scissors-impress.md

-5
This file was deleted.

‎packages/effect-mongodb/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# effect-mongodb
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [`a8530e7`](https://github.com/doubleloop-io/effect-mongodb/commit/a8530e703a9b065f660f31db5cf9ea9dca12bd69) Thanks [@devmatteini](https://github.com/devmatteini)! - Add dropIndex function in Collection and DocumentCollection
8+
9+
- [`6cc9c61`](https://github.com/doubleloop-io/effect-mongodb/commit/6cc9c6108cab2d4c8ed2555fb603df5791f75f1c) Thanks [@devmatteini](https://github.com/devmatteini)! - Add createIndex function in Collection and DocumentCollection
10+
11+
- [`16c906a`](https://github.com/doubleloop-io/effect-mongodb/commit/16c906af4ef5afc5b62522c73c9f571176ee5048) Thanks [@devmatteini](https://github.com/devmatteini)! - Add findOneAndReplace function in Collection and DocumentCollection
12+
13+
- [`6f0a8d4`](https://github.com/doubleloop-io/effect-mongodb/commit/6f0a8d4404a74238fbc901fae5a212c1c7c6b2bc) Thanks [@devmatteini](https://github.com/devmatteini)! - Use Filter type in FindCursor and DocumentFindCursor filter function.
14+
Add optional filter parameter to find functions in Collection and DocumentCollection
15+
16+
- [`d50d85d`](https://github.com/doubleloop-io/effect-mongodb/commit/d50d85db297b5d6e8e4b7db2f151c64bf9ac3c9e) Thanks [@devmatteini](https://github.com/devmatteini)! - Add drop function in Collection and DocumentCollection
17+
318
## 0.0.3
419

520
### Patch Changes

‎packages/effect-mongodb/package.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let moduleVersion = "0.0.3"
1+
let moduleVersion = "0.0.4"
22

33
export const getCurrentVersion = () => moduleVersion
44

0 commit comments

Comments
 (0)
Please sign in to comment.