Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2022-02-23)

### Bug Fixes

* **deps:** fix peerDependencies ranges ([144d4a8](144d4a8))
  • Loading branch information
semantic-release-bot committed Feb 23, 2022
1 parent 6f868d6 commit d7fd091
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/eclass/eslint-config/compare/v3.0.0...v3.0.1) (2022-02-23)


### Bug Fixes

* **deps:** fix peerDependencies ranges ([144d4a8](https://github.com/eclass/eslint-config/commit/144d4a864534c0eaf8a47f68e17bce23131a111f))

# [3.0.0](https://github.com/eclass/eslint-config/compare/v2.0.1...v3.0.0) (2022-02-10)


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": "3.0.0",
"version": "3.0.1",
"description": "eslint shareable config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d7fd091

Please sign in to comment.