Skip to content

Commit f23ff0b

Browse files
Bump version to 0.7.2
1 parent 83f2393 commit f23ff0b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file records the changes in each m3api release.
55
The annotated tag (and GitHub release) for each version also lists the changes,
66
but this file may sometimes contain later improvements (e.g. typo fixes).
77

8-
## next (not yet released)
8+
## v0.7.2 (2022-12-04)
99

1010
- Internal Breaking Change:
1111
The signature of the `internalGet()` and `internalPost()` methods has changed;

core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const DEFAULT_OPTIONS = {
8282
authorization: null,
8383
};
8484

85-
const DEFAULT_USER_AGENT = 'm3api/0.7.1 (https://www.npmjs.com/package/m3api)';
85+
const DEFAULT_USER_AGENT = 'm3api/0.7.2 (https://www.npmjs.com/package/m3api)';
8686

8787
const TRUNCATED_RESULT = /^This result was truncated because it would otherwise ?be larger than the limit of .* bytes\.?$/;
8888

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

0 commit comments

Comments
 (0)