Skip to content

Commit

Permalink
chore(release): 0.18.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.18.1](v0.18.0...v0.18.1) (2019-10-03)

### Bug Fixes

* Restrict try-catch in upload command so build can be finalized ([#387](#387)) ([eed8798](eed8798))
  • Loading branch information
semantic-release-bot committed Oct 3, 2019
1 parent eed8798 commit dcfb0e8
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.18.1](https://github.com/percy/percy-agent/compare/v0.18.0...v0.18.1) (2019-10-03)


### Bug Fixes

* Restrict try-catch in upload command so build can be finalized ([#387](https://github.com/percy/percy-agent/issues/387)) ([eed8798](https://github.com/percy/percy-agent/commit/eed8798))

# [0.18.0](https://github.com/percy/percy-agent/compare/v0.17.1...v0.18.0) (2019-10-03)


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

0 comments on commit dcfb0e8

Please sign in to comment.