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.9.0...v2.0.0) (2021-12-19)

### Features

* add `@typescript-eslint/recommended` rules ([6d33824](6d33824))
* drop many rules and defer to recommended/prettier ([4b88ddf](4b88ddf))

### BREAKING CHANGES

* Require Node.js >= 14.17.4
* Require ESLint >= 8
* Dropped `eslint-plugin-promise`
* Move `dependencies` to `peer-dependencies`
  • Loading branch information
semantic-release-bot committed Dec 19, 2021
1 parent 9b113ef commit cdb4c7f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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/lion-byte/eslint-config/compare/v1.9.0...v2.0.0) (2021-12-19)


### Features

* add `@typescript-eslint/recommended` rules ([6d33824](https://github.com/lion-byte/eslint-config/commit/6d3382419b0c1fce5553a90e75fe1f083f65db57))
* drop many rules and defer to recommended/prettier ([4b88ddf](https://github.com/lion-byte/eslint-config/commit/4b88ddfeb7dbca29f9c7fa8987443a2167f7b590))


### BREAKING CHANGES

* Require Node.js >= 14.17.4
* Require ESLint >= 8
* Dropped `eslint-plugin-promise`
* Move `dependencies` to `peer-dependencies`

# [2.0.0-next.2](https://github.com/lion-byte/eslint-config/compare/v2.0.0-next.1...v2.0.0-next.2) (2021-12-15)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@lionbyte/eslint-config",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "ESLint config for personal projects",
"scripts": {
"format": "npm run prettier && npm run lint -- --fix",
Expand Down

0 comments on commit cdb4c7f

Please sign in to comment.