Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Oct 13, 2021
1 parent cdf640e commit 1f48c93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/CyanSalt/eslint-config/compare/v1.19.0...v2.0.0) (2021-10-13)


### ⚠ BREAKING CHANGES

* **eslint-config:** drop supporting for ESLint <8

### Features

* **eslint-config:** upgrade to ESLint 8 ([cdf640e](https://github.com/CyanSalt/eslint-config/commit/cdf640e6b2093c4aa4581aa6556f4ab8dd1befb8))

## [1.19.0](https://github.com/CyanSalt/eslint-config/compare/v1.18.0...v1.19.0) (2021-10-08)


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": "@cyansalt/eslint-config",
"version": "1.19.0",
"version": "2.0.0",
"description": "My ESLint configuration",
"bin": "scripts/cli.js",
"main": "index.js",
Expand Down

0 comments on commit 1f48c93

Please sign in to comment.