Skip to content

Commit 93a2ca2

Browse files
chore: release eslint-import-context (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 085b227 commit 93a2ca2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/late-penguins-sip.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.1
4+
5+
### Patch Changes
6+
7+
- [#4](https://github.com/un-ts/eslint-import-context/pull/4) [`085b227`](https://github.com/un-ts/eslint-import-context/commit/085b227917a263282dae2c50f7f70caba33674ec) Thanks [@JounQin](https://github.com/JounQin)! - fix: known types issue
8+
39
## 0.1.0
410

511
### Minor 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.0",
3+
"version": "0.1.1",
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)