Skip to content

Commit dabfa4b

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent b59f887 commit dabfa4b

File tree

8 files changed

+17
-28
lines changed

8 files changed

+17
-28
lines changed

.changeset/breezy-cheetahs-juggle.md

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

.changeset/dull-icons-nail.md

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

.changeset/shaggy-bats-smell.md

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

.changeset/shiny-tables-decide.md

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

.changeset/two-scissors-impress.md

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

packages/effect-mongodb/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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

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.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

Lines changed: 1 addition & 1 deletion
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)