From 86d09da23a2d7ba6b0f3dcf2e9ca8c21655a5218 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 13 Aug 2024 12:20:15 +0100 Subject: [PATCH] chore(release): v3.14.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3a652b9..1d3f29c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ 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.14.1 + +[compare changes](https://github.com/nuxt/test-utils/compare/v3.14.0...v3.14.1) + +### 🩹 Fixes + +- **e2e,config:** Provide fallback `compatibilityDate` ([8e01e3f7f](https://github.com/nuxt/test-utils/commit/8e01e3f7f)) +- **module:** Don't include type-check plugin in resolved `vitest` plugins ([#911](https://github.com/nuxt/test-utils/pull/911)) + +### 📖 Documentation + +- Provide intellisense hints for setup properties ([#906](https://github.com/nuxt/test-utils/pull/906)) + +### 🏡 Chore + +- Dedupe vitest ([6e36b5471](https://github.com/nuxt/test-utils/commit/6e36b5471)) +- Ignore upgrading dependencies for stubbed libs ([4329c4ddc](https://github.com/nuxt/test-utils/commit/4329c4ddc)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Valentin Brajon ([@vbrajon](http://github.com/vbrajon)) +- Adam DeHaven ([@adamdehaven](http://github.com/adamdehaven)) + ## v3.14.0 [compare changes](https://github.com/nuxt/test-utils/compare/v3.13.1...v3.14.0) diff --git a/package.json b/package.json index b5be6f821..83b280f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/test-utils", - "version": "3.14.0", + "version": "3.14.1", "repository": { "type": "git", "url": "git+https://github.com/nuxt/test-utils.git"