From 1fa95bf1cd4e8d0e2b17d931b3a2a8aeab803dfc Mon Sep 17 00:00:00 2001 From: Dragon-Fish Date: Wed, 13 Dec 2023 18:32:23 +0800 Subject: [PATCH] chore: bump version (3.3.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4294641..ebab12c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wiki-saikou", - "version": "3.2.1", + "version": "3.3.0", "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",