Skip to content

Commit 8f5240d

Browse files
authored
Merge pull request #1300 from neet/release-please--branches--main--components--masto
chore(main): release 7.1.0
2 parents 9d9917f + 66b1ac5 commit 8f5240d

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [7.1.0](https://github.com/neet/masto.js/compare/v7.0.0...v7.1.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* Support declaration merging in streaming APIs ([6c98542](https://github.com/neet/masto.js/commit/6c98542bdf5b99689947ae58044bee89a61c76ef))
9+
* Support declaration merging in v1 and v2 entities ([d309f04](https://github.com/neet/masto.js/commit/d309f0436ba688bd18f7a2620bcaca6417551fb1))
10+
* Support declaration merging in v1 REST APIs ([9c04f66](https://github.com/neet/masto.js/commit/9c04f66a2bb92c31f8a792b109014ba239a154a2))
11+
* Support declaration merging in v2 APIs ([495988f](https://github.com/neet/masto.js/commit/495988f6c4dab77bb7a06dbe24b858fec778a447))
12+
13+
14+
### Bug Fixes
15+
16+
* Export all intermediate interfaces ([af599e1](https://github.com/neet/masto.js/commit/af599e1bd7839d3dc22d1d5416c2282eb39c6144))
17+
* Rename MuteResource to MutesResource ([be6fb77](https://github.com/neet/masto.js/commit/be6fb771614a118f5becb1e6d6c9b000cf89a0a7))
18+
* Revert "fix: Use Authorization header for sending access_token to WebSocket API" ([932463c](https://github.com/neet/masto.js/commit/932463c03c985edb3a817992f38a42c3f10cc076))
19+
* Use `tsconfig-to-dual-package` to support CJS ([2ea5747](https://github.com/neet/masto.js/commit/2ea57472eeb7666d617b5bcc1fb1b92e4c917e9e))
20+
321
## [7.0.0](https://github.com/neet/masto.js/compare/v6.10.4...v7.0.0) (2025-04-28)
422

523

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

0 commit comments

Comments
 (0)