From fcc1060d94c0ffa0b2efc1204a95fd350687be60 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 19 May 2024 23:10:46 -0500 Subject: [PATCH] chore(release): v3.13.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f9a5746..91ba9c477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fb30b09ba..32356ebb7 100644 --- a/package.json +++ b/package.json @@ -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"