Skip to content

Commit 587a0b5

Browse files
committed
chore(release): v3.14.0
1 parent 0fe0e6b commit 587a0b5

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
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.0
6+
7+
[compare changes](https://github.com/nuxt/test-utils/compare/v3.13.1...v3.14.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **runtime-utils:** Expose setup result from `renderSuspended` ([#852](https://github.com/nuxt/test-utils/pull/852))
12+
- **e2e:** Allow overwriting env variables in `setup` ([#903](https://github.com/nuxt/test-utils/pull/903))
13+
- **e2e:** Allow running e2e tests against existing server ([#803](https://github.com/nuxt/test-utils/pull/803))
14+
- **e2e:** Allow updating env in context before `setup` runs ([#812](https://github.com/nuxt/test-utils/pull/812))
15+
16+
### 🩹 Fixes
17+
18+
- **runtime-utils:** Ts-ignore `#build/` import until nuxt v3.12 release ([66b23ae6](https://github.com/nuxt/test-utils/commit/66b23ae6))
19+
- **runtime-utils:** Allow `setProps` to replace an array ([#877](https://github.com/nuxt/test-utils/pull/877))
20+
21+
### 🏡 Chore
22+
23+
- Ignore ts-ignores for now ([ac2d9fbb](https://github.com/nuxt/test-utils/commit/ac2d9fbb))
24+
- Add @danielroe to code owners ([76f65b3b](https://github.com/nuxt/test-utils/commit/76f65b3b))
25+
- Remove ts-ignore now that we're upgraded ([16827f7f](https://github.com/nuxt/test-utils/commit/16827f7f))
26+
27+
### ✅ Tests
28+
29+
- Bump timeout in windows browser spec ([73e2c716](https://github.com/nuxt/test-utils/commit/73e2c716))
30+
31+
### ❤️ Contributors
32+
33+
- Jessé Correia Lins ([@linspw](http://github.com/linspw))
34+
- Tobias Diez <code@tobiasdiez.com>
35+
- Mark Brockhoff ([@markbrockhoff](http://github.com/markbrockhoff))
36+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
37+
- MaruyamaTomoki ([@tomoki1207](http://github.com/tomoki1207))
38+
- Joao Vitor Alves <joaovitor_as08802@hotmail.com>
39+
540
## v3.13.1
641

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

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.13.1",
3+
"version": "3.14.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/nuxt/test-utils.git"

0 commit comments

Comments
 (0)