Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.1...v2.0.0) (2020-07-28)

### Bug Fixes

* **deps:** update eslint-config-prettier to v6.11.0 ([2fafbc5](2fafbc5))
* **javascript:** set jsdoc mode in typescript ([3cf3d0a](3cf3d0a))
* **presets:** remove typescript and react presets ([98aea11](98aea11))

### BREAKING CHANGES

* **presets:** Remove typescript and react presets.
Now get those pressets in @eclass/eslint-config-typescript and
@eclass/eslint-config-react.
  • Loading branch information
semantic-release-bot committed Jul 28, 2020
1 parent 3cf3d0a commit d12f22c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/eclass/eslint-config/compare/v1.3.1...v2.0.0) (2020-07-28)


### Bug Fixes

* **deps:** update eslint-config-prettier to v6.11.0 ([2fafbc5](https://github.com/eclass/eslint-config/commit/2fafbc549e62b8334d00dd9cfc1292a3ec3773d0))
* **javascript:** set jsdoc mode in typescript ([3cf3d0a](https://github.com/eclass/eslint-config/commit/3cf3d0a294e6459e9925e064c2429b847c31a636))
* **presets:** remove typescript and react presets ([98aea11](https://github.com/eclass/eslint-config/commit/98aea11cfe5c204b27be7df31ae121b96e3c661e))


### BREAKING CHANGES

* **presets:** Remove typescript and react presets.
Now get those pressets in @eclass/eslint-config-typescript and
@eclass/eslint-config-react.

## [1.3.1](https://github.com/eclass/eslint-config/compare/v1.3.0...v1.3.1) (2020-04-19)


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": "@eclass/eslint-config",
"version": "1.3.1",
"version": "2.0.0",
"description": "eslint shareable config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d12f22c

Please sign in to comment.