Skip to content

Commit 99e51e1

Browse files
authored
Version 0.8.0 (#7)
1 parent 0bb45dd commit 99e51e1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# Change Log
3+
4+
## 0.8.0
5+
* Make `npm test` fail when tests pass unexpectedly ([#6](https://github.com/js-temporal/temporal-test262-runner/pull/6))
6+
7+
## 0.7.0
8+
* Add glob pattern for Temporal-related 402 tests ([#4](https://github.com/js-temporal/temporal-test262-runner/pull/4))
9+
10+
## 0.6.0
11+
* Add tests and CI actions ([#2](https://github.com/js-temporal/temporal-test262-runner/pull/))

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.7.0",
3+
"version": "0.8.0",
44
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests",
55
"main": "index.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)