Skip to content

Commit

Permalink
chore(release): 0.27.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.27.2](v0.27.1...v0.27.2) (2020-07-22)

### Bug Fixes

* **🐛:** Skip all response caches when response caching is disabled ([#537](#537)) ([6ddb9a0](6ddb9a0))
  • Loading branch information
semantic-release-bot committed Jul 22, 2020
1 parent 6ddb9a0 commit a008270
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.27.2](https://github.com/percy/percy-agent/compare/v0.27.1...v0.27.2) (2020-07-22)


### Bug Fixes

* **🐛:** Skip all response caches when response caching is disabled ([#537](https://github.com/percy/percy-agent/issues/537)) ([6ddb9a0](https://github.com/percy/percy-agent/commit/6ddb9a0))

## [0.27.1](https://github.com/percy/percy-agent/compare/v0.27.0...v0.27.1) (2020-07-17)


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

0 comments on commit a008270

Please sign in to comment.