Skip to content

Commit 890fbff

Browse files
committed
chore(release): 0.4.6
1 parent b7673da commit 890fbff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [0.4.6](https://github.com/you54f/cypress-slack-reporter/compare/v0.5.0...v0.4.6) (2020-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* update docs and add overwrite correction for cli ([#422](https://github.com/you54f/cypress-slack-reporter/issues/422)) ([b7673da](https://github.com/you54f/cypress-slack-reporter/commit/b7673da6e29ee2aa3f209de135c256a86ed563e3))
11+
* **deps:** update dependency commander to v4 ([#288](https://github.com/you54f/cypress-slack-reporter/issues/288)) ([354242d](https://github.com/you54f/cypress-slack-reporter/commit/354242db7c0074a3983d51af89b9d7ddbd279053))
12+
513
### [0.5.0](https://github.com/you54f/cypress-slack-reporter/compare/v0.4.4...v0.5.0) (2019-11-01)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-slack-reporter",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "A slack reporter for mochawesome reports generated by Cypress or other test frameworks using Mocha, for runs generated on CircleCI",
55
"main": "./bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)