Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
danielpza committed Aug 21, 2024
1 parent 0363e6c commit 788e76b
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# vitest-mms

## v0.1.4

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

### 🚀 Enhancements

- Add cjs support ([d070ff1](https://github.com/danielpza/vitest-mms/commit/d070ff1))
- Alternative way to consume context ([#7](https://github.com/danielpza/vitest-mms/pull/7))

### 🩹 Fixes

- Export globalSetup types ([cfd14cd](https://github.com/danielpza/vitest-mms/commit/cfd14cd))

### 💅 Refactors

- Better types for globalSetup ([4a1f7c2](https://github.com/danielpza/vitest-mms/commit/4a1f7c2))

### 📖 Documentation

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

### 🏡 Chore

- Update pnpm to v9 ([73aad55](https://github.com/danielpza/vitest-mms/commit/73aad55))
- **dep-devs:** Update vitest to v2 ([8a05364](https://github.com/danielpza/vitest-mms/commit/8a05364))
- **deps-dev:** Update dependencies ([bf6f223](https://github.com/danielpza/vitest-mms/commit/bf6f223))
- Fix ci ([214649b](https://github.com/danielpza/vitest-mms/commit/214649b))
- Update lockfile ([225e528](https://github.com/danielpza/vitest-mms/commit/225e528))
- Fix ci ([76bf9b5](https://github.com/danielpza/vitest-mms/commit/76bf9b5))
- Move to monorepo structure to avoid type issues ([d9fb8c8](https://github.com/danielpza/vitest-mms/commit/d9fb8c8))

### ✅ Tests

- Add mongodb as dependency for the tests ([0858f56](https://github.com/danielpza/vitest-mms/commit/0858f56))

### 🤖 CI

- Add lint step ([960c9ca](https://github.com/danielpza/vitest-mms/commit/960c9ca))

### ❤️ Contributors

- Daniel Perez Alvarez <danielpza@protonmail.com>

## v0.1.3

[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.1.2...v0.1.3)
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.3",
"version": "0.1.4",
"description": "mongodb-memory-server integration for vitest",
"type": "module",
"exports": {

0 comments on commit 788e76b

Please sign in to comment.