diff --git a/CHANGES.md b/CHANGES.md index 4b704a5..a25af77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.3 (2024-09-07) - Updated the link to the [User-Agent policy][] after it was moved from metawiki to foundationwiki. diff --git a/core.js b/core.js index 96118c3..1e3060a 100644 --- a/core.js +++ b/core.js @@ -224,7 +224,7 @@ const DEFAULT_OPTIONS = { }, }; -const DEFAULT_USER_AGENT = 'm3api/0.8.2 (https://www.npmjs.com/package/m3api)'; +const DEFAULT_USER_AGENT = 'm3api/0.8.3 (https://www.npmjs.com/package/m3api)'; const TRUNCATED_RESULT = /^This result was truncated because it would otherwise ?be larger than the limit of .* bytes\.?$/; diff --git a/package-lock.json b/package-lock.json index 68f783f..f8257af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "m3api", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "m3api", - "version": "0.8.2", + "version": "0.8.3", "license": "ISC", "dependencies": { "http-cookie-agent": "^6.0.3", diff --git a/package.json b/package.json index 3a84e3f..f9a6a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "m3api", - "version": "0.8.2", + "version": "0.8.3", "description": "Minimal modern MediaWiki API wrapper.", "main": "node.js", "type": "module",