From bf553e682f8d4b4910ddb68fd672064e9ed63160 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 15 Apr 2024 16:50:57 +0200 Subject: [PATCH] chore(release): v3.12.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff57ec38..5d322267d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.12.1 + +[compare changes](https://github.com/nuxt/test-utils/compare/v3.12.0...v3.12.1) + +### 🩹 Fixes + +- Publish `playwright.d.ts` ([#797](https://github.com/nuxt/test-utils/pull/797)) + +### ❤️ Contributors + +- Ryota Watanabe ([@wattanx](http://github.com/wattanx)) + ## v3.12.0 [compare changes](https://github.com/nuxt/test-utils/compare/v3.11.0...v3.12.0) diff --git a/package.json b/package.json index 97cb72ba9..1d68a7012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/test-utils", - "version": "3.12.0", + "version": "3.12.1", "repository": { "type": "git", "url": "git+https://github.com/nuxt/test-utils.git"