Skip to content

Commit 949c18d

Browse files
authored
Merge pull request #1363 from neet/release-please--branches--main--components--masto
chore(main): release 7.7.0
2 parents cfe4d80 + 8ac18e9 commit 949c18d

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.7.0](https://github.com/neet/masto.js/compare/v7.6.0...v7.7.0) (2025-11-28)
4+
5+
6+
### Features
7+
8+
* Introduce experimental `$raw` method that allows access to headers ([7468f53](https://github.com/neet/masto.js/commit/7468f537d8bd8a3534c9cd0e4fe1ba5544f11db9))
9+
* Introduce experimental `$raw` method that allows access to headers ([b5736b1](https://github.com/neet/masto.js/commit/b5736b177522162acca3a100a6c3e371789362ee))
10+
11+
12+
### Bug Fixes
13+
14+
* Support missing $raw method in v1.statuses.create ([#1364](https://github.com/neet/masto.js/issues/1364)) ([cfe4d80](https://github.com/neet/masto.js/commit/cfe4d80d42d62cd5cc99d7d7fb4387e49ece5e48))
15+
316
## [7.6.0](https://github.com/neet/masto.js/compare/v7.5.0...v7.6.0) (2025-11-24)
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.6.0",
5+
"version": "7.7.0",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)