From 5b5c1f181d06d3c84d3d33d92c7494926a7b8508 Mon Sep 17 00:00:00 2001 From: Dragon-Fish Date: Mon, 14 Aug 2023 11:43:20 +0800 Subject: [PATCH] chore: bump version (3.1.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e72ad6..c8f57ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wiki-saikou", - "version": "3.0.0", + "version": "3.1.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",