Skip to content

Commit 4f49cb3

Browse files
authored
Release 0.5.10 (#227)
1 parent 724dbd5 commit 4f49cb3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ 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 -->
99

10-
- `--horizons` flag and `horizon` config setting has been replaced with the
10+
## [0.5.10] 2021-09-27
11+
12+
- The `--horizons` flag and `horizon` config setting has been replaced with
1113
`--auto-sample-conditions` and `autoSampleConditions`. `--horizon` will
1214
continue to work for backwards compatibility, but please do update to the new
1315
name.

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.9",
3+
"version": "0.5.10",
44
"description": "Web benchmark runner",
55
"main": "lib/cli.js",
66
"directories": {

0 commit comments

Comments
 (0)