From 6b5b78b18150b5886bc8d544defe6a3efe418fd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Jan 2020 23:07:58 +0000 Subject: [PATCH] chore(release): 0.20.9 [skip ci] ## [0.20.9](https://github.com/percy/percy-agent/compare/v0.20.8...v0.20.9) (2020-01-15) ### Bug Fixes * Add timestamps to logs ([#455](https://github.com/percy/percy-agent/issues/455)) ([4459521](https://github.com/percy/percy-agent/commit/4459521)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffff65e..5ff7dd9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.20.9](https://github.com/percy/percy-agent/compare/v0.20.8...v0.20.9) (2020-01-15) + + +### Bug Fixes + +* Add timestamps to logs ([#455](https://github.com/percy/percy-agent/issues/455)) ([4459521](https://github.com/percy/percy-agent/commit/4459521)) + ## [0.20.8](https://github.com/percy/percy-agent/compare/v0.20.7...v0.20.8) (2020-01-13) diff --git a/README.md b/README.md index 5342cb44..2c2ff6a8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ npm install -g @percy/agent $ percy COMMAND running command... $ percy (-v|--version|version) -@percy/agent/0.20.8 linux-x64 node-v8.17.0 +@percy/agent/0.20.9 linux-x64 node-v8.17.0 $ percy --help [COMMAND] USAGE $ percy COMMAND diff --git a/package.json b/package.json index f30c3431..3cefc6ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@percy/agent", "description": "An agent process for integrating with Percy.", - "version": "0.20.8", + "version": "0.20.9", "author": "Perceptual Inc", "bin": { "percy": "./bin/run"