Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.18...v0.2.0) (2019-04-03)

### Features

* Add `healthcheck` command ([#122](#122)) ([5560d6a](5560d6a))
  • Loading branch information
semantic-release-bot committed Apr 3, 2019
1 parent 5560d6a commit 0f190cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [0.2.0](https://github.com/percy/percy-agent/compare/v0.1.18...v0.2.0) (2019-04-03)


### Features

* Add `healthcheck` command ([#122](https://github.com/percy/percy-agent/issues/122)) ([5560d6a](https://github.com/percy/percy-agent/commit/5560d6a))
6 changes: 1 addition & 5 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.1.18 darwin-x64 node-v8.10.0
@percy/agent/0.2.0 linux-x64 node-v10.15.3
$ percy --help [COMMAND]
USAGE
$ percy COMMAND
Expand Down Expand Up @@ -51,8 +51,6 @@ EXAMPLES
$ percy exec -- bash -c "echo foo && echo bar"
```

_See code: [dist/commands/exec.ts](https://github.com/percy/percy-agent/blob/v0.1.18/dist/commands/exec.ts)_

## `percy finalize`

finalize a build
Expand All @@ -69,8 +67,6 @@ EXAMPLE
[percy] Finalized parallel build.
```

_See code: [dist/commands/finalize.ts](https://github.com/percy/percy-agent/blob/v0.1.18/dist/commands/finalize.ts)_

## `percy help [COMMAND]`

display help for percy
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.1.18",
"version": "0.2.0",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit 0f190cc

Please sign in to comment.