Skip to content

Commit a3f4480

Browse files
Bump version to 1.0.0
1 parent 581193f commit a3f4480

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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+
## v1.0.0 (2025-04-12)
99

1010
- First stable release 🎉
1111
- No changes from v0.9.0,

core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const DEFAULT_OPTIONS = {
232232
},
233233
};
234234

235-
const DEFAULT_USER_AGENT = 'm3api/0.9.0 (https://www.npmjs.com/package/m3api)';
235+
const DEFAULT_USER_AGENT = 'm3api/1.0.0 (https://www.npmjs.com/package/m3api)';
236236

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

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.9.0",
3+
"version": "1.0.0",
44
"description": "Minimal modern MediaWiki API wrapper.",
55
"main": "node.js",
66
"types": "types/node.d.ts",

0 commit comments

Comments
 (0)