Skip to content

Commit ef7c3f1

Browse files
authored
Release 0.6.0 (#238)
1 parent dfd623f commit ef7c3f1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [0.6.0] 2022-07-01
911

1012
- [**BREAKING**] Benchmark and `root` paths are now interpreted relative to the
1113
location of the config file, instead of the current working directory.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tachometer",
3-
"version": "0.5.10",
3+
"version": "0.6.0",
44
"description": "Web benchmark runner",
55
"main": "lib/cli.js",
66
"directories": {

0 commit comments

Comments
 (0)