Skip to content

Commit 010fdda

Browse files
committed
1.1.0
1 parent 51edc10 commit 010fdda

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 1.1.0 (2022-03-20)
2+
3+
### Features
4+
5+
- **rules:** `forbid` ([e174509](https://github.com/artlaman/eslint-plugin-index/commit/e174509797812e96483333b92b7d4e93a475346f))
6+
- **rules:** `only-import-export` ([6a13c6d](https://github.com/artlaman/eslint-plugin-index/commit/6a13c6d8d28ad0d0472157fae8841d8bb038edfd))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-index",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "ESlint rules to ensure the proper usage of index.js files",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)