Skip to content

Commit 05dc4a6

Browse files
committed
chore: v1.1.2
1 parent 0509636 commit 05dc4a6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 1.1.2
4+
5+
- Fixed the issue where one could not import from type-only packages. (#7)
6+
- Fixed the issue where one could not import from Node.js built-in modules. (#8)
7+
38
### 1.1.1
49

510
- Removed check against imports from inside `node_modules`. (#6)

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-access",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "ESLint rule for prohibiting package-private imports",
55
"main": "dist/index.js",
66
"files": [
@@ -45,4 +45,4 @@
4545
"prettier": "^2.3.1",
4646
"typescript": "^4.5.4"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)