diff --git a/CHANGES.md b/CHANGES.md index d917bc3..ee9da6c 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.0 (2023-07-10) - BREAKING CHANGE: m3api now requires at least Node.js version 18.2.0, diff --git a/core.js b/core.js index 3c7d921..6d46b5d 100644 --- a/core.js +++ b/core.js @@ -224,7 +224,7 @@ const DEFAULT_OPTIONS = { }, }; -const DEFAULT_USER_AGENT = 'm3api/0.7.3 (https://www.npmjs.com/package/m3api)'; +const DEFAULT_USER_AGENT = 'm3api/0.8.0 (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 d948e5a..5ed075f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "m3api", - "version": "0.7.3", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "m3api", - "version": "0.7.3", + "version": "0.8.0", "license": "ISC", "dependencies": { "http-cookie-agent": "^5.0.4", diff --git a/package.json b/package.json index bc7ab5e..6b9e235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "m3api", - "version": "0.7.3", + "version": "0.8.0", "description": "Minimal modern MediaWiki API wrapper.", "main": "node.js", "type": "module",