Skip to content

Commit

Permalink
chore(release): v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 20, 2024
1 parent 81a9a72 commit fcc1060
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.

## v3.13.1

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

### 🩹 Fixes

- Revert `execa` to v8 for now ([fef8b062](https://github.com/nuxt/test-utils/commit/fef8b062))
- **config:** Force `buildId` to `test` manually ([25e081e4](https://github.com/nuxt/test-utils/commit/25e081e4))
- **runtime-utils:** Use `appId` fallback after `tryUseNuxtApp` ([#849](https://github.com/nuxt/test-utils/pull/849))

### 🏡 Chore

- Update type ([052094bc](https://github.com/nuxt/test-utils/commit/052094bc))

### 🤖 CI

- Run test suite on windows ([#851](https://github.com/nuxt/test-utils/pull/851))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v3.13.0

[compare changes](https://github.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/test-utils",
"version": "3.13.0",
"version": "3.13.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/test-utils.git"
Expand Down

0 comments on commit fcc1060

Please sign in to comment.