Skip to content

Commit

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

## v0.2.1

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

### 🚀 Enhancements

- Add vitest-mms/mongoose/test export ([d595648](https://github.com/danielpza/vitest-mms/commit/d595648))

### 🔥 Performance

- **mongodb:** Fix mongodb extended test context performance issue ([dd1f4cd](https://github.com/danielpza/vitest-mms/commit/dd1f4cd))

### 🏡 Chore

- Ignore CHANGELOG.md formatting ([656ec89](https://github.com/danielpza/vitest-mms/commit/656ec89))
- Use vitest workspaces for testing ([032f975](https://github.com/danielpza/vitest-mms/commit/032f975))

### ✅ Tests

- **mongodb:** Fix performance test for mongodb-extended-test ([2e9e54c](https://github.com/danielpza/vitest-mms/commit/2e9e54c))
- Update benchmark tests ([a367782](https://github.com/danielpza/vitest-mms/commit/a367782))

### ❤️ Contributors

- Daniel Perez Alvarez <[email protected]>

## v0.2.0

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

0 comments on commit ec8ccec

Please sign in to comment.