Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artlaman committed Mar 20, 2022
1 parent 51edc10 commit 010fdda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.1.0 (2022-03-20)

### Features

- **rules:** `forbid` ([e174509](https://github.com/artlaman/eslint-plugin-index/commit/e174509797812e96483333b92b7d4e93a475346f))
- **rules:** `only-import-export` ([6a13c6d](https://github.com/artlaman/eslint-plugin-index/commit/6a13c6d8d28ad0d0472157fae8841d8bb038edfd))
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": "eslint-plugin-index",
"version": "1.0.0",
"version": "1.1.0",
"description": "ESlint rules to ensure the proper usage of index.js files",
"keywords": [
"eslint",
Expand Down

0 comments on commit 010fdda

Please sign in to comment.