Skip to content

Commit 0c38622

Browse files
chore(main): release 7.11.0 (#1414)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5d57e4f commit 0c38622

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.11.0](https://github.com/neet/masto.js/compare/v7.10.2...v7.11.0) (2026-05-03)
4+
5+
6+
### Features
7+
8+
* support new Profile API (Mastodon v4.6.0) ([#1413](https://github.com/neet/masto.js/issues/1413)) ([ac170ac](https://github.com/neet/masto.js/commit/ac170ac999e42aca4c67055b3c7a25c09492f137))
9+
10+
11+
### Bug Fixes
12+
13+
* Use multipart/form-data in PUT /api/v1/profile ([#1415](https://github.com/neet/masto.js/issues/1415)) ([5d57e4f](https://github.com/neet/masto.js/commit/5d57e4f98e168dc9f35e97999bc1f2710dc2430d))
14+
315
## [7.10.2](https://github.com/neet/masto.js/compare/v7.10.1...v7.10.2) (2026-03-02)
416

517

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
@@ -2,7 +2,7 @@
22
"name": "masto",
33
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers",
44
"private": false,
5-
"version": "7.10.2",
5+
"version": "7.11.0",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)