Skip to content

Commit dee9874

Browse files
authored
Merge pull request #1281 from neet/release-please--branches--main--components--masto
2 parents b2c6d5e + 38532ad commit dee9874

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [6.10.4](https://github.com/neet/masto.js/compare/v6.10.3...v6.10.4) (2025-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow multiple URIs in redirectUris in POST /v1/app ([8f5248d](https://github.com/neet/masto.js/commit/8f5248dff6443ccfad2b6af46ffc998af4fd30a6))
9+
310
## [6.10.3](https://github.com/neet/masto.js/compare/v6.10.2...v6.10.3) (2025-01-18)
411

512

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

0 commit comments

Comments
 (0)