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.0.4...v2.0.0) (2021-01-16)

### Features

* drop support for node 8 ([369aed3](369aed3))
* update `@typescript-eslint/experimental-utils` to v4 ([790fe6e](790fe6e))

### BREAKING CHANGES

* drop support for node 8
* update `@typescript-eslint/experimental-utils` to v4
  • Loading branch information
semantic-release-bot committed Jan 16, 2021
1 parent e0b650b commit 5bb9b02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/g-rath/eslint-plugin-eslint-config/compare/v1.0.4...v2.0.0) (2021-01-16)


### Features

* drop support for node 8 ([369aed3](https://github.com/g-rath/eslint-plugin-eslint-config/commit/369aed3880564fd11b411e4b0657016cf57f2526))
* update `@typescript-eslint/experimental-utils` to v4 ([790fe6e](https://github.com/g-rath/eslint-plugin-eslint-config/commit/790fe6e3a431aad77e4fa72e473515f597f0d499))


### BREAKING CHANGES

* drop support for node 8
* update `@typescript-eslint/experimental-utils` to v4

## [1.0.4](https://github.com/g-rath/eslint-plugin-eslint-config/compare/v1.0.3...v1.0.4) (2020-07-20)


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
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-eslint-config",
"version": "1.0.4",
"version": "2.0.0",
"description": "ESLint rules for ESLint config files",
"keywords": [
"config",
Expand Down

0 comments on commit 5bb9b02

Please sign in to comment.