Skip to content

Commit 70022c0

Browse files
committed
chore: bump to v2.0.0-beta.25
1 parent 63ebbcf commit 70022c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "zca-js",
3-
"version": "2.0.0-beta.24",
3+
"version": "2.0.0-beta.25",
44
"description": "Unofficial Zalo API for JavaScript",
55
"main": "dist/index.js",
66
"type": "module",

src/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { compare } from "semver";
22
import { isBun, logger } from "./utils.js";
33
import type { ContextBase } from "./context.js";
44

5-
const VERSION = "2.0.0-beta.24";
5+
const VERSION = "2.0.0-beta.25";
66
const NPM_REGISTRY = "https://registry.npmjs.org/zca-js";
77

88
export async function checkUpdate(ctx: ContextBase) {

0 commit comments

Comments
 (0)