Skip to content

Commit 0a05b54

Browse files
authored
Merge pull request #1218 from neet/release-please--branches--main--components--masto
chore(main): release 6.10.0
2 parents c84e9d8 + 2e5f602 commit 0a05b54

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [6.10.0](https://github.com/neet/masto.js/compare/v6.9.0...v6.10.0) (2024-10-21)
4+
5+
6+
### Features
7+
8+
* Support new `accounts` field in `PreviewCard` of status introduced by Mastodon 4.3.0 ([96a84f2](https://github.com/neet/masto.js/commit/96a84f2c0f66006731850e187b0364211df1466c))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix duplicated WebSocket connection created when acquiring connection before one established ([dbfd4c8](https://github.com/neet/masto.js/commit/dbfd4c8bbd9c3601de25aa85f10eedfde2e5ccb7))
14+
* Fix WebSocket client to maintain subscription even if other subscription with same parameter ends ([e6d6bd0](https://github.com/neet/masto.js/commit/e6d6bd02255077b9e403ec5d634ef0a6b7fd9bf2))
15+
* Unsubscribe from WebSocket stream when iterator ended ([b7732ed](https://github.com/neet/masto.js/commit/b7732ed404b15378bef28249bee59e240e23e529))
16+
317
## [6.9.0](https://github.com/neet/masto.js/compare/v6.8.2...v6.9.0) (2024-10-14)
418

519

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

0 commit comments

Comments
 (0)