Skip to content

Commit 8ad14ce

Browse files
committed
chore: release v0.0.3
1 parent 96c1b7b commit 8ad14ce

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## [0.0.3](https://github.com/FE-CodeGenius/codegenius-impsort-plugin/compare/0.0.2...0.0.3) (2023-10-09)
4+
35
## [0.0.2](https://github.com/FE-CodeGenius/codegenius-impsort-plugin/compare/0.0.1...0.0.2) (2023-10-08)
46

57
## 0.0.1 (2023-10-08)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegenius/impsort-plugin",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "基于 CodeGenius 的 impsort 插件",
55
"author": {
66
"name": "OSpoon",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ const impSortInstaller = (config: ImpSortOptions) => {
9797
};
9898
};
9999

100-
export { impSort, impSortGlob,impSortInstaller, ImpSortOptions };
100+
export { impSort, impSortGlob, impSortInstaller, ImpSortOptions };

0 commit comments

Comments
 (0)