Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morishiri committed Jul 27, 2020
1 parent 5371212 commit 1bf130d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
# Changelog

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.3.0](https://github.com/Morishiri/gulp-junit-merge/compare/v0.2.1...v0.3.0) (2020-07-27)


### ⚠ BREAKING CHANGES

* **ci:** Drop support for Node 6, 7, 8, 9

### feature

* **ci:** Disable CI for old node versions ([0e14786](https://github.com/Morishiri/gulp-junit-merge/commit/0e14786ba7d5b45d714d862d847357f9cc2695d4))

<a name="0.2.1"></a>
## [0.2.1](https://github.com/Morishiri/gulp-junit-merge/compare/v0.2.0...v0.2.1) (2018-05-05)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-junit-merge",
"version": "0.2.1",
"version": "0.3.0",
"description": "JUnit report merger for gulp",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1bf130d

Please sign in to comment.