Skip to content

Commit 6c98934

Browse files
github-actions[bot]VenomAV
authored andcommitted
Version Packages
1 parent 0a31535 commit 6c98934

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.changeset/warm-crabs-flash.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# effect-mongodb
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [`9f05864`](https://github.com/doubleloop-io/effect-mongodb/commit/9f05864b7119728b0a27f144732b08d437f53c95) Thanks [@VenomAV](https://github.com/VenomAV)! - Setup for first release
8+
9+
- Add some documentation for contributing and releasing
10+
- Basic functionalities in `effect-mongodb`

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

33
export const getCurrentVersion = () => moduleVersion
44

0 commit comments

Comments
 (0)