From 413747adf6b0d8c5d32b59ada631e0869a7caaed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Dec 2020 16:33:15 +0000 Subject: [PATCH] chore(release): 2.3.3 [skip ci] ## [2.3.3](https://github.com/percy/percy-cypress/compare/v2.3.2...v2.3.3) (2020-12-01) ### Bug Fixes * Upgrade deps for security ([#277](https://github.com/percy/percy-cypress/issues/277)) ([98b06a4](https://github.com/percy/percy-cypress/commit/98b06a4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed03f02c7..9f8fc8067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.3](https://github.com/percy/percy-cypress/compare/v2.3.2...v2.3.3) (2020-12-01) + + +### Bug Fixes + +* Upgrade deps for security ([#277](https://github.com/percy/percy-cypress/issues/277)) ([98b06a4](https://github.com/percy/percy-cypress/commit/98b06a4)) + ## [2.3.2](https://github.com/percy/percy-cypress/compare/v2.3.1...v2.3.2) (2020-09-30) diff --git a/package.json b/package.json index c2eca09d8..7235a5927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@percy/cypress", - "version": "2.3.2", + "version": "2.3.3", "description": "Cypress client library for visual regression testing with Percy (https://percy.io).", "main": "dist/index.js", "types": "index.d.ts",