Skip to content

Commit b72a1d3

Browse files
committed
chore(release): 2.0.0
1 parent aea198b commit b72a1d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Change Log
1+
# Changelog
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+
## [2.0.0](https://github.com/pimlie/eslint-multiplexer/compare/v1.0.4...v2.0.0) (2019-08-24)
6+
7+
8+
### Features
9+
10+
* use non-zero exit code when errors exists ([79f582e](https://github.com/pimlie/eslint-multiplexer/commit/79f582e))
11+
512
## [1.0.4](https://github.com/pimlie/eslint-multiplexer/compare/v1.0.3...v1.0.4) (2019-03-21)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-multiplexer",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "Combine multiple eslint results and merge results for common files",
55
"main": "lib/index.js",
66
"author": "pimlie",

0 commit comments

Comments
 (0)