diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec8577..55c59be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log +## 0.10.1 +* Support cancelling tests early once a certain number of failures have been + reached. Useful to prevent terminals from being overwhelemed + ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)). +* Support optionally printing the full filepath to failing Test262 files on + disk ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)). +* Test262 test cases have sourcemap URLs that correctly point to the right file + on disk ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)). + ## 0.10.0 * Add time-zone-related DateTimeFormat test globs ([#14](https://github.com/js-temporal/temporal-test262-runner/pull/14)) diff --git a/package.json b/package.json index 43d15f5..0bfc433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@js-temporal/temporal-test262-runner", - "version": "0.10.0", + "version": "0.10.1", "description": "Lightweight runner for ECMAScript Temporal's Test262 tests", "main": "index.mjs", "scripts": {