From c51c2af49e9bc452e9f7059948a1de468217a631 Mon Sep 17 00:00:00 2001 From: fe-xiaoxin Date: Mon, 9 Oct 2023 14:20:54 +0800 Subject: [PATCH] chore: release v0.0.3 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1caf833..cc60204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.0.3](https://github.com/FE-CodeGenius/codegenius-depcheck-plugin/compare/0.0.2...0.0.3) (2023-10-09) + ## [0.0.2](https://github.com/FE-CodeGenius/codegenius-depcheck-plugin/compare/0.0.1...0.0.2) (2023-10-07) ## 0.0.1 (2023-10-07) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 367ed51..73ab871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codegenius/depcheck-plugin", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codegenius/depcheck-plugin", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "devDependencies": { "@codegenius/format-plugin": "^0.0.3", diff --git a/package.json b/package.json index a011dbc..8518805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codegenius/depcheck-plugin", - "version": "0.0.2", + "version": "0.0.3", "description": "基于 CodeGenius 的 Depcheck 插件", "author": { "name": "OSpoon",