Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed May 21, 2022
1 parent d06499a commit b03ad7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file records the changes in each m3api release.
The annotated tag (and GitHub release) for each version also lists the changes,
but this file may sometimes contain later improvements (e.g. typo fixes).

## next (not yet released)
## v0.6.1 (2022-05-21)

- A new request option, `dropTruncatedResultWarning`, is available.
Previously, this behavior was hard-coded in `requestAndContinueReducingBatch()`;
Expand Down
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const DEFAULT_OPTIONS = {
dropTruncatedResultWarning: false,
};

const DEFAULT_USER_AGENT = 'm3api/0.6.0 (https://www.npmjs.com/package/m3api)';
const DEFAULT_USER_AGENT = 'm3api/0.6.1 (https://www.npmjs.com/package/m3api)';

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m3api",
"version": "0.6.0",
"version": "0.6.1",
"description": "Minimal modern MediaWiki API wrapper.",
"main": "node.js",
"type": "module",
Expand Down

0 comments on commit b03ad7f

Please sign in to comment.