Skip to content

Commit

Permalink
chore(release): 0.26.7 [skip ci]
Browse files Browse the repository at this point in the history
## [0.26.7](v0.26.6...v0.26.7) (2020-05-21)

### Bug Fixes

* **🐛:** Remove inaccessible JS frames when serializing ([#512](#512)) ([86cd887](86cd887))
  • Loading branch information
semantic-release-bot committed May 21, 2020
1 parent 86cd887 commit fceb9a5
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.26.7](https://github.com/percy/percy-agent/compare/v0.26.6...v0.26.7) (2020-05-21)


### Bug Fixes

* **🐛:** Remove inaccessible JS frames when serializing ([#512](https://github.com/percy/percy-agent/issues/512)) ([86cd887](https://github.com/percy/percy-agent/commit/86cd887))

## [0.26.6](https://github.com/percy/percy-agent/compare/v0.26.5...v0.26.6) (2020-05-18)


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.26.6 linux-x64 node-v12.16.3
@percy/agent/0.26.7 linux-x64 node-v12.16.3
$ 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.26.6",
"version": "0.26.7",
"author": "Perceptual Inc",
"bin": {
"percy": "./bin/run"
Expand Down

0 comments on commit fceb9a5

Please sign in to comment.