Skip to content

Commit

Permalink
chore(release): 0.19.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.19.6](v0.19.5...v0.19.6) (2019-10-31)

### Bug Fixes

* Pass along second arg to PercyCommand's `stop` ([#409](#409)) ([4d0c8a6](4d0c8a6))
  • Loading branch information
semantic-release-bot committed Oct 31, 2019
1 parent 4d0c8a6 commit 992536d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.19.6](https://github.com/percy/percy-agent/compare/v0.19.5...v0.19.6) (2019-10-31)


### Bug Fixes

* Pass along second arg to PercyCommand's `stop` ([#409](https://github.com/percy/percy-agent/issues/409)) ([4d0c8a6](https://github.com/percy/percy-agent/commit/4d0c8a6))

## [0.19.5](https://github.com/percy/percy-agent/compare/v0.19.4...v0.19.5) (2019-10-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @percy/agent
$ percy COMMAND
running command...
$ percy (-v|--version|version)
@percy/agent/0.19.5 linux-x64 node-v8.16.2
@percy/agent/0.19.6 linux-x64 node-v8.16.2
$ percy --help [COMMAND]
USAGE
$ percy COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy/agent",
"description": "An agent process for integrating with Percy.",
"version": "0.19.5",
"version": "0.19.6",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit 992536d

Please sign in to comment.