Skip to content

Commit d62d4c5

Browse files
authored
Merge pull request #1239 from neet/release-please--branches--main--components--masto
chore(main): release 6.10.1
2 parents 80a73dc + 7c4d852 commit d62d4c5

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.1](https://github.com/neet/masto.js/compare/v6.10.0...v6.10.1) (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Unset `ws` of WebSocketConnectorImpl after close event ([0a73a2a](https://github.com/neet/masto.js/commit/0a73a2a1fba0189373a9f45e78dd056b24e3b6dc))
9+
310
## [6.10.0](https://github.com/neet/masto.js/compare/v6.9.0...v6.10.0) (2024-10-21)
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.0",
5+
"version": "6.10.1",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)