Skip to content

Commit

Permalink
chore(release): v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 9, 2024
1 parent 77ebe14 commit 33abbf3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# vitest-mms

## v0.1.12

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

### 🔥 Performance

- Fix mongoose setupFile performance issue ([b6ac0d6](https://github.com/danielpza/vitest-mms/commit/b6ac0d6))
- Add performance tests for mongodb helpers too ([f37709e](https://github.com/danielpza/vitest-mms/commit/f37709e))

### 📖 Documentation

- Update readme ([04b9b1c](https://github.com/danielpza/vitest-mms/commit/04b9b1c))
- Update link to mongodb-memory-server website ([be2500d](https://github.com/danielpza/vitest-mms/commit/be2500d))
- Update readme ([cb382f5](https://github.com/danielpza/vitest-mms/commit/cb382f5))
- Point to examples in README ([29d137b](https://github.com/danielpza/vitest-mms/commit/29d137b))

### 🏡 Chore

- Organize tests ([6918e85](https://github.com/danielpza/vitest-mms/commit/6918e85))
- Fix prettier failing due to recent renames ([77ebe14](https://github.com/danielpza/vitest-mms/commit/77ebe14))

### ❤️ Contributors

- Daniel Perez Alvarez <danielpza@protonmail.com>

## v0.1.11

[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.1.10...v0.1.11)
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.11",
"version": "0.1.12",
"description": "mongodb-memory-server integration for vitest",
"exports": {
"./setupFile": {
Expand Down

0 comments on commit 33abbf3

Please sign in to comment.