Skip to content

Commit c1a68da

Browse files
chore: release eslint-import-context (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02b3e24 commit c1a68da

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/sweet-signs-dance.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.2
4+
5+
### Patch Changes
6+
7+
- [#6](https://github.com/un-ts/eslint-import-context/pull/6) [`02b3e24`](https://github.com/un-ts/eslint-import-context/commit/02b3e247ea73219db97736566e4f425878aa1072) Thanks [@JounQin](https://github.com/JounQin)! - fix: `LegacyResolver` typing
8+
39
## 0.1.1
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.1",
3+
"version": "0.1.2",
44
"type": "module",
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)