Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2020-04-12)

### Features

* add no-console rule ([#32](#32)) ([c0c90ff](c0c90ff))

### BREAKING CHANGES

* If your code used to have `console` statements, now eslint will hate it.
  • Loading branch information
semantic-release-bot committed Apr 12, 2020
1 parent c0c90ff commit 38012d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/crowdanalyzer/eslint/compare/v2.0.0...v3.0.0) (2020-04-12)


### Features

* add no-console rule ([#32](https://github.com/crowdanalyzer/eslint/issues/32)) ([c0c90ff](https://github.com/crowdanalyzer/eslint/commit/c0c90ff168b2d196ed24d9096b041b6a8694a3cf))


### BREAKING CHANGES

* If your code used to have `console` statements, now eslint will hate it.

# [2.0.0](https://github.com/crowdanalyzer/eslint/compare/v1.4.1...v2.0.0) (2019-11-27)


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": "eslint-config-crowdanalyzer",
"version": "2.0.0",
"version": "3.0.0",
"license": "UNLICENSED",
"author": "CrowdAnalyzer <[email protected]>",
"description": "Crowd Analyzer eslint configuration",
Expand Down

0 comments on commit 38012d4

Please sign in to comment.