Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 7, 2024
1 parent cd8fb75 commit 19d2392
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# vitest-mms

## v0.1.2

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

### 📖 Documentation

- Add npm badge to readme ([229b338](https://github.com/danielpza/vitest-mms/commit/229b338))

### 🏡 Chore

- **deps-dev:** Bump vite from 5.0.11 to 5.3.5 in /tests/test-unimport ([#2](https://github.com/danielpza/vitest-mms/pull/2))
- Use changelogen ([e0d729b](https://github.com/danielpza/vitest-mms/commit/e0d729b))
- Remove changeset config ([cd8fb75](https://github.com/danielpza/vitest-mms/commit/cd8fb75))

### ❤️ Contributors

- Daniel Perez Alvarez <[email protected]>

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageManager": "[email protected]+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f",
"name": "vitest-mms",
"version": "0.1.1",
"version": "0.1.2",
"description": "mongodb-memory-server integration for vitest",
"type": "module",
"author": "Daniel Perez Alvarez (http://github.com/danielpza",
Expand Down Expand Up @@ -36,4 +36,4 @@
"mongodb": "*",
"mongodb-memory-server": "*"
}
}
}

0 comments on commit 19d2392

Please sign in to comment.