Skip to content

Commit

Permalink
chore(release): v0.28.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Aug 3, 2020
1 parent c34cbd6 commit 305b358
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.28.0](https://github.com/percy/percy-agent/compare/v0.27.2...v0.28.0) (2020-08-03)

### Bug Fixes

* **🐛:** upgrade puppeteer to try fixing page crashes ([#539](https://github.com/percy/percy-agent/issues/539)) ([cf33170](https://github.com/percy/percy-agent/commit/cf33170))

## [0.27.2](https://github.com/percy/percy-agent/compare/v0.27.1...v0.27.2) (2020-07-22)


Expand Down
4 changes: 2 additions & 2 deletions 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.27.2 linux-x64 node-v12.18.2
@percy/agent/0.28.0 linux-x64 node-v12.18.3
$ percy --help [COMMAND]
USAGE
$ percy COMMAND
Expand Down Expand Up @@ -91,7 +91,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_

## `percy snapshot [SNAPSHOTDIRECTORY]`

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

0 comments on commit 305b358

Please sign in to comment.