Skip to content

Commit

Permalink
chore(release): 0.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.2](v0.8.1...v0.8.2) (2019-07-02)

### Bug Fixes

* `POST` snapshots to the right endpoint ([#271](#271)) ([bf8fc6c](bf8fc6c))
  • Loading branch information
semantic-release-bot committed Jul 2, 2019
1 parent bf8fc6c commit 5a2e68e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.8.2](https://github.com/percy/percy-agent/compare/v0.8.1...v0.8.2) (2019-07-02)


### Bug Fixes

* `POST` snapshots to the right endpoint ([#271](https://github.com/percy/percy-agent/issues/271)) ([bf8fc6c](https://github.com/percy/percy-agent/commit/bf8fc6c))

## [0.8.1](https://github.com/percy/percy-agent/compare/v0.8.0...v0.8.1) (2019-07-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @percy/agent
$ percy COMMAND
running command...
$ percy (-v|--version|version)
@percy/agent/0.8.1 linux-x64 node-v10.16.0
@percy/agent/0.8.2 linux-x64 node-v10.16.0
$ percy --help [COMMAND]
USAGE
$ percy COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.1",
"version": "0.8.2",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit 5a2e68e

Please sign in to comment.