Skip to content

Commit

Permalink
v5.3.2
Browse files Browse the repository at this point in the history
 - [Fix] use `file://` URLs for dynamic `import()` (#571, #559)
 - [readme] hard wraps bad, soft wraps good
 - [readme] fix markdown; github still has a rendering bug
 - [readme] add badges
 - [meta] Exclude `fs` from browser bundles (#565)
 - [Deps] update `glob`, `string.prototype.trim`
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap`
 - [actions] update codecov uploader
 - [Tests] handle carriage returns in stack traces on Windows
 - [Tests] node 17+ smooshes a version number on the end of the stack trace
 - [Tests] handle v8 6.9 changing an error message
  • Loading branch information
ljharb committed Nov 16, 2021
1 parent 26e8113 commit eaceb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "5.3.1",
"version": "5.3.2",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit eaceb87

Please sign in to comment.