Skip to content

Commit 6386a11

Browse files
committed
Release 0.10.0
1 parent 12ad8ec commit 6386a11

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# Change Log
33

4+
## 0.10.0
5+
* Add time-zone-related DateTimeFormat test globs ([#14](https://github.com/js-temporal/temporal-test262-runner/pull/14))
6+
47
## 0.9.0
58
* Improve unexpected pass reporting ([#9](https://github.com/js-temporal/temporal-test262-runner/pull/9))
69
* Fix sourcemaps by including source URLs when loading code into the VM ([#10](https://github.com/js-temporal/temporal-test262-runner/pull/10))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-temporal/temporal-test262-runner",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests",
55
"main": "index.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)