We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7378e50 commit 1879ba2Copy full SHA for 1879ba2
.changeset/yellow-fans-own.md
packages/earljs/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# earljs
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- 7378e50: Earl formatting no longer crashes on object with constructor set to undefined.
8
9
## 0.2.0
10
11
### Minor Changes
packages/earljs/package.json
@@ -21,7 +21,7 @@
21
"repository": "git@github.com:earl-js/earl.git",
22
"author": "Kris Kaczor <chris@kaczor.io>",
23
"license": "MIT",
24
- "version": "0.2.0",
+ "version": "0.2.1",
25
"main": "./dist/index.js",
26
"types": "./dist/index.d.ts",
27
"files": [
0 commit comments