Skip to content

Commit

Permalink
chore(release): 0.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.22.0](v0.21.0...v0.22.0) (2020-02-21)

### Features

* iframe serialization ([#468](#468)) ([0bf23af](0bf23af))
  • Loading branch information
semantic-release-bot committed Feb 21, 2020
1 parent 0bf23af commit c2ac0cf
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.22.0](https://github.com/percy/percy-agent/compare/v0.21.0...v0.22.0) (2020-02-21)


### Features

* iframe serialization ([#468](https://github.com/percy/percy-agent/issues/468)) ([0bf23af](https://github.com/percy/percy-agent/commit/0bf23af))

# [0.21.0](https://github.com/percy/percy-agent/compare/v0.20.13...v0.21.0) (2020-02-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.21.0 linux-x64 node-v12.14.1
@percy/agent/0.22.0 linux-x64 node-v12.16.1
$ 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.21.0",
"version": "0.22.0",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit c2ac0cf

Please sign in to comment.