Skip to content

Commit 0977817

Browse files
authored
Merge pull request #1257 from neet/release-please--branches--main--components--masto
chore(main): release 6.10.2
2 parents 79ccd46 + 728c743 commit 0977817

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.10.2](https://github.com/neet/masto.js/compare/v6.10.1...v6.10.2) (2025-01-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Add Bearer type to WebSocket Authorization header ([ed4631c](https://github.com/neet/masto.js/commit/ed4631c37e8c46056a440d35273b579ac57573f9))
9+
* Use `export type` statement for mastodon namespace to reduce bundle size ([e725e95](https://github.com/neet/masto.js/commit/e725e9504bd4bce7fc43f05ea676cd1e56df0182))
10+
* Use Authorization header for sending access_token to WebSocket API ([7f01cb3](https://github.com/neet/masto.js/commit/7f01cb3f9c2c9f53f7bdbb9ad1d95fc4b4e9bab5))
11+
312
## [6.10.1](https://github.com/neet/masto.js/compare/v6.10.0...v6.10.1) (2024-10-23)
413

514

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.1",
5+
"version": "6.10.2",
66
"author": "Ryo Igarashi <[email protected]>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)