Skip to content

Commit

Permalink
chore(release): 0.20.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.20.2](v0.20.1...v0.20.2) (2019-11-22)

### Bug Fixes

* Wait for asset discovery finish when awaiting on snapshot resources in finalize ([#423](#423)) ([4a6deea](4a6deea))
  • Loading branch information
semantic-release-bot committed Nov 22, 2019
1 parent 4a6deea commit 5d0d2bc
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.20.2](https://github.com/percy/percy-agent/compare/v0.20.1...v0.20.2) (2019-11-22)


### Bug Fixes

* Wait for asset discovery finish when awaiting on snapshot resources in finalize ([#423](https://github.com/percy/percy-agent/issues/423)) ([4a6deea](https://github.com/percy/percy-agent/commit/4a6deea))

## [0.20.1](https://github.com/percy/percy-agent/compare/v0.20.0...v0.20.1) (2019-11-15)


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.20.1 linux-x64 node-v8.16.2
@percy/agent/0.20.2 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.20.1",
"version": "0.20.2",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit 5d0d2bc

Please sign in to comment.