diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6476b..d0e514d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased + + +## [0.5.7] 2021-02-11 - Add `trace` config to capture performance logs from browsers (currently only Chromium based browsers). diff --git a/package-lock.json b/package-lock.json index baff4b5..fe2c9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "tachometer", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.5.6", + "version": "0.5.7", "license": "BSD-3-Clause", "dependencies": { "@types/command-line-usage": "^5.0.1", diff --git a/package.json b/package.json index ca26513..c9273b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachometer", - "version": "0.5.6", + "version": "0.5.7", "description": "Web benchmark runner", "main": "lib/cli.js", "directories": {