From a759ac933a29a22c156166de3ac607ae404f21f5 Mon Sep 17 00:00:00 2001 From: Dragon-Fish Date: Mon, 18 Dec 2023 19:02:53 +0800 Subject: [PATCH] chore: bump version (3.3.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebab12c..a8b6e8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wiki-saikou", - "version": "3.3.0", + "version": "3.3.1", "description": "The library provides the out of box accessing to MediaWiki API in both browsers & Node.js, and the syntax is very similar to vanilla `new mw.Api()`. TypeScript definition included~", "main": "./lib/index.js", "types": "./lib/index.d.ts",