Skip to content

Commit 51e5c82

Browse files
chore: release eslint-import-context (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71ca774 commit 51e5c82

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/swift-carrots-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- [#15](https://github.com/un-ts/eslint-import-context/pull/15) [`71ca774`](https://github.com/un-ts/eslint-import-context/commit/71ca774528129bd4b447733ee90fea33ee26758d) Thanks [@JounQin](https://github.com/JounQin)! - fix(types): incorrect and unfinished `NodeResolverOptions` typing
8+
39
## 0.1.5
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-context",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"type": "commonjs",
55
"description": "Provide context info for eslint-plugin-import-x, so no extra arguments need to be added.",
66
"repository": "git+https://github.com/un-ts/eslint-import-context.git",

0 commit comments

Comments
 (0)