Skip to content

Commit

Permalink
chore(release): v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 7, 2024
1 parent cd58774 commit 5ea7795
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# vitest-mms

## v0.1.9

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

### 🩹 Fixes

- Drop database after each test ([b886a67](https://github.com/danielpza/vitest-mms/commit/b886a67))
- Drop database after each test in mmsTest ([05fa1f4](https://github.com/danielpza/vitest-mms/commit/05fa1f4))

### 📖 Documentation

- Update readme ([cd58774](https://github.com/danielpza/vitest-mms/commit/cd58774))

### ❤️ Contributors

- Daniel Perez Alvarez <[email protected]>

## v0.1.8

[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.1.7...v0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"name": "vitest-mms",
"version": "0.1.8",
"version": "0.1.9",
"description": "mongodb-memory-server integration for vitest",
"exports": {
"./setupFile": {
Expand Down

0 comments on commit 5ea7795

Please sign in to comment.