Skip to content

Commit ec4b277

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/proud-carpets-shine.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.5
4+
5+
### Patch Changes
6+
7+
- [#13](https://github.com/un-ts/eslint-import-context/pull/13) [`07dd8a1`](https://github.com/un-ts/eslint-import-context/commit/07dd8a15f8f115b7eef2ce27ce70bc0f67408143) Thanks [@JounQin](https://github.com/JounQin)! - fix: disable `importHelpers` to drop `tslib` dependency
8+
39
## 0.1.4
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.4",
3+
"version": "0.1.5",
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)