Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Dec 31, 2023
1 parent 8c4d4f7 commit fbfc67a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kotori-bot/loader",
"version": "v1.3.0",
"version": "v1.2.0",
"description": "Loader For KotoriBot",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down
1 change: 0 additions & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ type Option = {
pkgs.forEach(pkg => {
const pkgJson = pkg.packageJson;
pkgJson.version = getVersion(parseVersion(pkg.packageJson.version));
console.log(pkg);
setVersion(pkg);
});
}
Expand Down

0 comments on commit fbfc67a

Please sign in to comment.