From fd9fe5f395af7e97fb214fb9e0517ea8d2bd950f Mon Sep 17 00:00:00 2001 From: YOU54F Date: Fri, 14 Feb 2020 17:12:10 +0000 Subject: [PATCH] chore(release): 0.5.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe01544a..6ca946a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.2](https://github.com/you54f/cypress-slack-reporter/compare/v0.5.1...v0.5.2) (2020-02-14) + ### [0.5.1](https://github.com/you54f/cypress-slack-reporter/compare/v0.4.7...v0.5.1) (2020-02-12) ### [0.4.7](https://github.com/you54f/cypress-slack-reporter/compare/v0.4.6...v0.4.7) (2020-02-12) diff --git a/package.json b/package.json index dfa0198da..5946e2e50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-slack-reporter", - "version": "0.5.1", + "version": "0.5.2", "description": "A slack reporter for mochawesome reports generated by Cypress or other test frameworks using Mocha, for runs generated on CircleCI", "main": "./bin/index.js", "bin": {