Skip to content

Commit 7263d19

Browse files
committed
chore(release): v0.1.10
1 parent 64fc3f5 commit 7263d19

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# vitest-mms
22

3+
## v0.1.10
4+
5+
[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.1.9...v0.1.10)
6+
7+
### 🚀 Enhancements
8+
9+
- Move mongodb exports to `vitest-mms/mongodb/*` ([ba3417e](https://github.com/danielpza/vitest-mms/commit/ba3417e))
10+
11+
### 🏡 Chore
12+
13+
- Fix vitest commonjs warning in tests ([64fc3f5](https://github.com/danielpza/vitest-mms/commit/64fc3f5))
14+
15+
### ❤️ Contributors
16+
17+
- Daniel Perez Alvarez <[email protected]>
18+
319
## v0.1.9
420

521
[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.1.8...v0.1.9)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
33
"name": "vitest-mms",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"description": "mongodb-memory-server integration for vitest",
66
"exports": {
77
"./setupFile": {

0 commit comments

Comments
 (0)