Skip to content

Commit

Permalink
chore(release): 0.16.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.16.2](v0.16.1...v0.16.2) (2019-10-01)

### Bug Fixes

* Cleanup on stopping agent ([#382](#382)) ([cc28320](cc28320)), closes [#340](#340)
  • Loading branch information
semantic-release-bot committed Oct 1, 2019
1 parent cc28320 commit ae58f64
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.16.2](https://github.com/percy/percy-agent/compare/v0.16.1...v0.16.2) (2019-10-01)


### Bug Fixes

* Cleanup on stopping agent ([#382](https://github.com/percy/percy-agent/issues/382)) ([cc28320](https://github.com/percy/percy-agent/commit/cc28320)), closes [#340](https://github.com/percy/percy-agent/issues/340)

## [0.16.1](https://github.com/percy/percy-agent/compare/v0.16.0...v0.16.1) (2019-09-25)


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.16.1 linux-x64 node-v10.16.3
@percy/agent/0.16.2 linux-x64 node-v10.16.3
$ 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.16.1",
"version": "0.16.2",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit ae58f64

Please sign in to comment.