Skip to content

Commit c7cdcf4

Browse files
committed
Release 0.5.6
1 parent 3b943d1 commit c7cdcf4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.5.6] 2021-02-03
911

1012
- Fix bug in dependency swapping where local file paths in `git` dependencies
1113
would fail to install if they were relative.

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

0 commit comments

Comments
 (0)