Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Nov 12, 2023
1 parent 4017aa4 commit 1273c34
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.8.1 (2023-11-12)

- Updated undici, avoiding [CVE-2023-45143][].
The potential impact of this security vulnerability should have been very low:
Expand Down
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const DEFAULT_OPTIONS = {
},
};

const DEFAULT_USER_AGENT = 'm3api/0.8.0 (https://www.npmjs.com/package/m3api)';
const DEFAULT_USER_AGENT = 'm3api/0.8.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.8.0",
"version": "0.8.1",
"description": "Minimal modern MediaWiki API wrapper.",
"main": "node.js",
"type": "module",
Expand Down

0 comments on commit 1273c34

Please sign in to comment.