Skip to content

Commit 3789bfa

Browse files
chore(release): 1.1.20 [skip ci]
## [1.1.20](v1.1.19...v1.1.20) (2026-02-16) ### Bug Fixes * stop `toEqualHtml` string comparison from stripping outer tags ([#20](#20)) ([d163696](d163696))
1 parent d163696 commit 3789bfa

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.20](https://github.com/stenciljs/vitest/compare/v1.1.19...v1.1.20) (2026-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* stop `toEqualHtml` string comparison from stripping outer tags ([#20](https://github.com/stenciljs/vitest/issues/20)) ([d163696](https://github.com/stenciljs/vitest/commit/d1636966ffde0773832590817d3fe71bdb5277e8))
7+
18
## [1.1.19](https://github.com/stenciljs/vitest/compare/v1.1.18...v1.1.19) (2026-02-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/stenciljs/vitest"
66
},
7-
"version": "1.1.19",
7+
"version": "1.1.20",
88
"description": "First-class testing utilities for Stencil design systems with Vitest",
99
"license": "MIT",
1010
"type": "module",

packages/vitest-environment-stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitest-environment-stencil",
3-
"version": "1.1.19",
3+
"version": "1.1.20",
44
"description": "Custom Vitest environment for Stencil component testing",
55
"type": "module",
66
"main": "./index.mjs",

0 commit comments

Comments
 (0)