Skip to content

Commit 2856b4d

Browse files
authored
Merge pull request #1213 from neet/release-please--branches--main--components--masto
chore(main): release 6.8.2
2 parents 884b83d + 110d857 commit 2856b4d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [6.8.2](https://github.com/neet/masto.js/compare/v6.8.1...v6.8.2) (2024-10-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Add missing `v1.instance.extendedDescription` API ([#1212](https://github.com/neet/masto.js/issues/1212)) ([74681b3](https://github.com/neet/masto.js/commit/74681b3ca019563d6c7f21c4db986142614a5bf4))
9+
* Add missing public domain block API ([#1214](https://github.com/neet/masto.js/issues/1214)) ([884b83d](https://github.com/neet/masto.js/commit/884b83d145636ecb87ad26367a6e212f566888d9))
10+
311
## [6.8.1](https://github.com/neet/masto.js/compare/v6.8.0...v6.8.1) (2024-10-11)
412

513

package-lock.json

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

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

0 commit comments

Comments
 (0)