Skip to content

Commit 39afc3f

Browse files
committed
Prepare to release 0.4.21
1 parent 0bc9edd commit 39afc3f

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.4.21] 2020-07-23
911

1012
- Add ability to specify multiple measurements from the same page load by
1113
setting the `measurement` property in the JSON config file to an array. For

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tachometer",
3-
"version": "0.4.20",
3+
"version": "0.4.21",
44
"description": "Web benchmark runner",
55
"main": "lib/cli.js",
66
"directories": {
@@ -92,4 +92,4 @@
9292
"typescript": "^3.6.4",
9393
"typescript-json-schema": "^0.42.0"
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)