Skip to content

Commit e73db0d

Browse files
github-actions[bot]devmatteini
authored andcommitted
Version Packages
1 parent 04a7439 commit e73db0d

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.changeset/shaggy-ads-sneeze.md

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

packages/effect-mongodb/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`04a7439`](https://github.com/doubleloop-io/effect-mongodb/commit/04a74397723f0f4ae68af8defba49dff8f31fc31) Thanks [@devmatteini](https://github.com/devmatteini)! - - Db.listCollections with ListCollectionsCursor
8+
- Db.dropCollection
9+
- DocumentCollection/Collection.deleteOne
10+
- DocumentCollection/Collection.deleteMany
11+
- DocumentCollection/Collection.updateMant
12+
- DocumentCollection/Collection.replaceOne
13+
- DocumentCollection/Collection.rename
14+
- DocumentCollection/Collection.createIndexes
15+
- DocumentCollection/Collection.aggregate with DocumentAggregationCursor and AggregationCursor
16+
317
## 0.0.2
418

519
### 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.2",
4+
"version": "0.0.3",
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.2"
1+
let moduleVersion = "0.0.3"
22

33
export const getCurrentVersion = () => moduleVersion
44

0 commit comments

Comments
 (0)