From: Eduardo San Martin Morote Date: Tue, 11 Feb 2025 14:45:13 +0000 (+0100) Subject: release: @pinia/testing@0.1.8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=072569a3247f1dde1117902fbb3727aab21b35ec;p=thirdparty%2Fvuejs%2Fpinia.git release: @pinia/testing@0.1.8 --- diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index ee244c7f..ac880184 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,3 +1,9 @@ +### [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.7...@pinia/testing@0.1.8) (2025-02-11) + +### Features + +- **testing:** warn about incorrect createSpy ([394f655](https://github.com/vuejs/pinia/commit/394f6553d13f2b46c6e52a68145c24699b98e7fa)), closes [#2896](https://github.com/vuejs/pinia/issues/2896) + ## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.6...@pinia/testing@0.1.7) (2024-11-03) No code changes in this release. diff --git a/packages/testing/package.json b/packages/testing/package.json index 428e932f..8d7611ac 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@pinia/testing", - "version": "0.1.7", + "version": "0.1.8", "description": "Testing module for Pinia", "keywords": [ "vue",