From ef7c3f141d241469a75d02af319e595547da27db Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Fri, 1 Jul 2022 13:42:51 -0700 Subject: [PATCH] Release 0.6.0 (#238) --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ac50a..0222976 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.6.0] 2022-07-01 - [**BREAKING**] Benchmark and `root` paths are now interpreted relative to the location of the config file, instead of the current working directory. diff --git a/package-lock.json b/package-lock.json index 01ed19e..ad85590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tachometer", - "version": "0.5.10", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tachometer", - "version": "0.5.10", + "version": "0.6.0", "license": "BSD-3-Clause", "dependencies": { "@types/command-line-usage": "^5.0.1", diff --git a/package.json b/package.json index 2f9437b..6ff8fe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachometer", - "version": "0.5.10", + "version": "0.6.0", "description": "Web benchmark runner", "main": "lib/cli.js", "directories": {