Skip to content

Commit 258e6e4

Browse files
authored
Merge pull request #1366 from neet/release-please--branches--main--components--masto
chore(main): release 7.7.1
2 parents e99b2d1 + c208daa commit 258e6e4

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [7.7.1](https://github.com/neet/masto.js/compare/v7.7.0...v7.7.1) (2025-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow `null` in all optional parameters in REST API ([dfe5040](https://github.com/neet/masto.js/commit/dfe5040ef8b9e330e08fed7f064c6785e7746523))
9+
* Correct several type names to follow the naming convention ([528a155](https://github.com/neet/masto.js/commit/528a155d162b10e473cfdc28d3c39c635ff25be6))
10+
* Disallow null in CreateFilterParams["context"] ([6139683](https://github.com/neet/masto.js/commit/6139683f859a02debdd07a12d205017ec17fa4ba))
11+
312
## [7.7.0](https://github.com/neet/masto.js/compare/v7.6.0...v7.7.0) (2025-11-28)
413

514

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

0 commit comments

Comments
 (0)