Skip to content

Commit 76ca0a6

Browse files
committed
chore: release v0.0.2
1 parent 5e321ca commit 76ca0a6

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,3 +1,5 @@
11

22

3+
## [0.0.2](https://github.com/FE-CodeGenius/codegenius-registry-plugin/compare/0.0.1...0.0.2) (2023-10-08)
4+
35
## 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/registry-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "基于 CodeGenius 的 Registry 插件",
55
"author": {
66
"name": "OSpoon",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "code-genius";
99
import enquirer from "enquirer";
1010

11-
import { npmRegisters,RegistryOptions } from "./common";
11+
import { npmRegisters, RegistryOptions } from "./common";
1212

1313
const printCurrentRegistry = async (isBefore = true) => {
1414
printInfo(`${isBefore ? "当前" : "最新"} NPM 镜像地址(全局):`);

0 commit comments

Comments
 (0)