Skip to content

Commit ee05214

Browse files
Publish Next Version (#144)
1 parent 0ba7584 commit ee05214

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/gentle-colts-pretend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-dogs-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-windows-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-snails-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-dancers-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# pleasantest
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- [#139](https://github.com/cloudfour/pleasantest/pull/139) [`1d5f16c`](https://github.com/cloudfour/pleasantest/commit/1d5f16cfd9bc0ef73528117d4a80f541d3ce9f30) Thanks [@calebeby](https://github.com/calebeby)! - Improve error message when Promise is passed into jest-dom matcher
8+
9+
* [#143](https://github.com/cloudfour/pleasantest/pull/143) [`0ba7584`](https://github.com/cloudfour/pleasantest/commit/0ba7584cace9f5cf8126e07ee66b923f4ca2d5ad) Thanks [@calebeby](https://github.com/calebeby)! - Improve CJS interop with packages that can't be statically analyzed
10+
11+
- [#141](https://github.com/cloudfour/pleasantest/pull/141) [`a9ef60c`](https://github.com/cloudfour/pleasantest/commit/a9ef60c7379a0ce5006f5ea779a9d2853f373d1d) Thanks [@calebeby](https://github.com/calebeby)! - Refactor and improve browser stack trace printing
12+
13+
* [#142](https://github.com/cloudfour/pleasantest/pull/142) [`2da5f1c`](https://github.com/cloudfour/pleasantest/commit/2da5f1cab7dff9384954b80f8a783835d605232a) Thanks [@calebeby](https://github.com/calebeby)! - Fix bug where css files in node_modules were pre-bundled
14+
15+
- [#143](https://github.com/cloudfour/pleasantest/pull/143) [`0ba7584`](https://github.com/cloudfour/pleasantest/commit/0ba7584cace9f5cf8126e07ee66b923f4ca2d5ad) Thanks [@calebeby](https://github.com/calebeby)! - Allow resolving subfolders with package.json files
16+
317
## 0.6.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pleasantest",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"engines": {
55
"node": "^12.2 || 14 || 16"
66
},

0 commit comments

Comments
 (0)