Skip to content

Commit 86d09da

Browse files
committed
chore(release): v3.14.1
1 parent fd714cf commit 86d09da

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.14.1
6+
7+
[compare changes](https://github.com/nuxt/test-utils/compare/v3.14.0...v3.14.1)
8+
9+
### 🩹 Fixes
10+
11+
- **e2e,config:** Provide fallback `compatibilityDate` ([8e01e3f7f](https://github.com/nuxt/test-utils/commit/8e01e3f7f))
12+
- **module:** Don't include type-check plugin in resolved `vitest` plugins ([#911](https://github.com/nuxt/test-utils/pull/911))
13+
14+
### 📖 Documentation
15+
16+
- Provide intellisense hints for setup properties ([#906](https://github.com/nuxt/test-utils/pull/906))
17+
18+
### 🏡 Chore
19+
20+
- Dedupe vitest ([6e36b5471](https://github.com/nuxt/test-utils/commit/6e36b5471))
21+
- Ignore upgrading dependencies for stubbed libs ([4329c4ddc](https://github.com/nuxt/test-utils/commit/4329c4ddc))
22+
23+
### ❤️ Contributors
24+
25+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
26+
- Valentin Brajon ([@vbrajon](http://github.com/vbrajon))
27+
- Adam DeHaven ([@adamdehaven](http://github.com/adamdehaven))
28+
529
## v3.14.0
630

731
[compare changes](https://github.com/nuxt/test-utils/compare/v3.13.1...v3.14.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/test-utils",
3-
"version": "3.14.0",
3+
"version": "3.14.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/nuxt/test-utils.git"

0 commit comments

Comments
 (0)