Skip to content

Commit 87ade31

Browse files
authored
chore(main): release 7.9.0 (#1378)
1 parent a7e9a69 commit 87ade31

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [7.9.0](https://github.com/neet/masto.js/compare/v7.8.0...v7.9.0) (2025-12-11)
4+
5+
6+
### Features
7+
8+
* support new attributes of status - `quotesCount` and `quoteApproval` introduced by Mastodon v4.5.0 ([#1377](https://github.com/neet/masto.js/issues/1377)) ([4a88b21](https://github.com/neet/masto.js/commit/4a88b218e798463f12a124777361cf747aeb6d08))
9+
* support quotes of status API endpoint ([#1380](https://github.com/neet/masto.js/issues/1380)) ([a7e9a69](https://github.com/neet/masto.js/commit/a7e9a69c58cfc7a4a96dde1b19f868372373cb56))
10+
11+
12+
### Bug Fixes
13+
14+
* Fix `v1.lists.$select(id).remove` and `v1.statuses.$select(id).reblog()` types ([#1381](https://github.com/neet/masto.js/issues/1381)) ([f9d0576](https://github.com/neet/masto.js/commit/f9d0576a17dffb61b334bb2583fa838c3590c906))
15+
316
## [7.8.0](https://github.com/neet/masto.js/compare/v7.7.1...v7.8.0) (2025-12-06)
417

518

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.8.0",
5+
"version": "7.9.0",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)