Skip to content

Commit 2c089a7

Browse files
Bump version to 0.2.0
1 parent abc54cd commit 2c089a7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import axiosCookieJarSupport from 'axios-cookiejar-support';
33
import tough from 'tough-cookie';
44
import { Session } from './core.js';
55

6-
const defaultUserAgent = 'm3api/0.1.2 (https://www.npmjs.com/package/m3api)';
6+
const defaultUserAgent = 'm3api/0.2.0 (https://www.npmjs.com/package/m3api)';
77

88
function transformResponse( response ) {
99
const headers = { ...response.headers };

fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { Session } from './core.js';
44

5-
const defaultUserAgent = 'm3api/0.1.2 (https://www.npmjs.com/package/m3api)';
5+
const defaultUserAgent = 'm3api/0.2.0 (https://www.npmjs.com/package/m3api)';
66

77
async function transformResponse( response ) {
88
const headers = {};

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": "m3api",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Minimal modern MediaWiki API wrapper.",
55
"main": "node.js",
66
"type": "module",

0 commit comments

Comments
 (0)