Skip to content

Commit 1a1135a

Browse files
committed
chore(release): v0.2.6
1 parent 894d7de commit 1a1135a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# vitest-mms
22

3+
## v0.2.6
4+
5+
[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.2.5...v0.2.6)
6+
7+
### 💅 Refactors
8+
9+
- BeforeEach beforeAll return cleanup hook ([1289116](https://github.com/danielpza/vitest-mms/commit/1289116))
10+
11+
### ❤️ Contributors
12+
13+
- Daniel Perez Alvarez <[email protected]>
14+
315
## v0.2.5
416

517
[compare changes](https://github.com/danielpza/vitest-mms/compare/v0.2.4...v0.2.5)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageManager": "[email protected]",
33
"name": "vitest-mms",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "mongodb-memory-server integration for vitest",
66
"exports": {
77
"./globalSetup": {

0 commit comments

Comments
 (0)