Skip to content

Commit

Permalink
Merge pull request #1218 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.0
  • Loading branch information
neet authored Oct 21, 2024
2 parents c84e9d8 + 2e5f602 commit 0a05b54
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.10.0](https://github.com/neet/masto.js/compare/v6.9.0...v6.10.0) (2024-10-21)


### Features

* Support new `accounts` field in `PreviewCard` of status introduced by Mastodon 4.3.0 ([96a84f2](https://github.com/neet/masto.js/commit/96a84f2c0f66006731850e187b0364211df1466c))


### Bug Fixes

* Fix duplicated WebSocket connection created when acquiring connection before one established ([dbfd4c8](https://github.com/neet/masto.js/commit/dbfd4c8bbd9c3601de25aa85f10eedfde2e5ccb7))
* Fix WebSocket client to maintain subscription even if other subscription with same parameter ends ([e6d6bd0](https://github.com/neet/masto.js/commit/e6d6bd02255077b9e403ec5d634ef0a6b7fd9bf2))
* Unsubscribe from WebSocket stream when iterator ended ([b7732ed](https://github.com/neet/masto.js/commit/b7732ed404b15378bef28249bee59e240e23e529))

## [6.9.0](https://github.com/neet/masto.js/compare/v6.8.2...v6.9.0) (2024-10-14)


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.9.0",
"version": "6.10.0",
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 0a05b54

Please sign in to comment.