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.1...v3.0.0) (2022-02-10)

### Bug Fixes

* **deps:** migrate to eslint-plugin-n ([4809c2d](4809c2d))
* **deps:** set engine ranges ([6df4423](6df4423))
* **deps:** update eslint to v8 and configs/plugins ([dcfc365](dcfc365))

### BREAKING CHANGES

* **deps:** Update eslint to v8
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent 26a9df2 commit 071265d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/eclass/eslint-config/compare/v2.0.1...v3.0.0) (2022-02-10)


### Bug Fixes

* **deps:** migrate to eslint-plugin-n ([4809c2d](https://github.com/eclass/eslint-config/commit/4809c2d907219feef5bcf927c69258e6e917bfd9))
* **deps:** set engine ranges ([6df4423](https://github.com/eclass/eslint-config/commit/6df4423e5c440c4ec465e389763b1701e9111cb4))
* **deps:** update eslint to v8 and configs/plugins ([dcfc365](https://github.com/eclass/eslint-config/commit/dcfc3655a2fda0091cf0dc2546e1f5dcdc98b13d))


### BREAKING CHANGES

* **deps:** Update eslint to v8

## [2.0.1](https://github.com/eclass/eslint-config/compare/v2.0.0...v2.0.1) (2021-02-17)

### Bug Fixes
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": "@eclass/eslint-config",
"version": "2.0.1",
"version": "3.0.0",
"description": "eslint shareable config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 071265d

Please sign in to comment.