Skip to content

Commit 5fe47be

Browse files
committed
chore(release): v3.11.0
1 parent fe46519 commit 5fe47be

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v3.11.0
6+
7+
[compare changes](https://github.com/nuxt/test-utils/compare/v3.10.0...v3.11.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **vitest-environment:** Add support for in-source testing ([#651](https://github.com/nuxt/test-utils/pull/651))
12+
13+
### 🩹 Fixes
14+
15+
- **runtime:** Reset modules after nuxt setup runs ([#726](https://github.com/nuxt/test-utils/pull/726))
16+
17+
### ✅ Tests
18+
19+
- Add example of mocking `vue-router` ([e293cea1](https://github.com/nuxt/test-utils/commit/e293cea1))
20+
- Add example of mocking nuxt `useRoute` ([fe465193](https://github.com/nuxt/test-utils/commit/fe465193))
21+
22+
### ❤️ Contributors
23+
24+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
25+
526
## v3.10.0
627

728
[compare changes](https://github.com/nuxt/test-utils/compare/v3.9.0...v3.10.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/test-utils",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/nuxt/test-utils.git"
@@ -149,4 +149,4 @@
149149
"node": "^14.18.0 || >=16.10.0"
150150
},
151151
"packageManager": "[email protected]"
152-
}
152+
}

0 commit comments

Comments
 (0)