Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justingrant committed Jun 6, 2023
1 parent 12ad8ec commit 6386a11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Change Log

## 0.10.0
* Add time-zone-related DateTimeFormat test globs ([#14](https://github.com/js-temporal/temporal-test262-runner/pull/14))

## 0.9.0
* Improve unexpected pass reporting ([#9](https://github.com/js-temporal/temporal-test262-runner/pull/9))
* Fix sourcemaps by including source URLs when loading code into the VM ([#10](https://github.com/js-temporal/temporal-test262-runner/pull/10))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-temporal/temporal-test262-runner",
"version": "0.9.0",
"version": "0.10.0",
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit 6386a11

Please sign in to comment.