Skip to content

Commit

Permalink
chore(release): v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 8, 2024
1 parent 86b14d7 commit 51f157b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# vitest-mms

## v0.1.11

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

### 🩹 Fixes

- Mark mongodb and mongoose as optional ([86b14d7](https://github.com/danielpza/vitest-mms/commit/86b14d7))

### 💅 Refactors

- Remove unused exported symbol ([8cc8b9d](https://github.com/danielpza/vitest-mms/commit/8cc8b9d))

### 📖 Documentation

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

### ❤️ Contributors

- Daniel Perez Alvarez <danielpza@protonmail.com>

## v0.1.10

[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.1.9...v0.1.10)
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": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"name": "vitest-mms",
"version": "0.1.10",
"version": "0.1.11",
"description": "mongodb-memory-server integration for vitest",
"exports": {
"./setupFile": {
Expand Down

0 comments on commit 51f157b

Please sign in to comment.