Skip to content

Commit

Permalink
Merge pull request #1257 from neet/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--masto

chore(main): release 6.10.2
  • Loading branch information
neet authored Jan 9, 2025
2 parents 79ccd46 + 728c743 commit 0977817
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.10.2](https://github.com/neet/masto.js/compare/v6.10.1...v6.10.2) (2025-01-05)


### Bug Fixes

* Add Bearer type to WebSocket Authorization header ([ed4631c](https://github.com/neet/masto.js/commit/ed4631c37e8c46056a440d35273b579ac57573f9))
* Use `export type` statement for mastodon namespace to reduce bundle size ([e725e95](https://github.com/neet/masto.js/commit/e725e9504bd4bce7fc43f05ea676cd1e56df0182))
* Use Authorization header for sending access_token to WebSocket API ([7f01cb3](https://github.com/neet/masto.js/commit/7f01cb3f9c2c9f53f7bdbb9ad1d95fc4b4e9bab5))

## [6.10.1](https://github.com/neet/masto.js/compare/v6.10.0...v6.10.1) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "masto",
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers",
"private": false,
"version": "6.10.1",
"version": "6.10.2",
"author": "Ryo Igarashi <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 0977817

Please sign in to comment.