Skip to content

Commit 86b4f58

Browse files
authored
Merge pull request #1356 from neet/release-please--branches--main--components--masto
chore(main): release 7.6.0
2 parents b5eea21 + 73bb204 commit 86b4f58

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [7.6.0](https://github.com/neet/masto.js/compare/v7.5.0...v7.6.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* Add quote/quoted_update notification types ([b5eea21](https://github.com/neet/masto.js/commit/b5eea2112ac03683d7f345acc855353425457e26))
9+
* Add quote/quoted_update notification types ([a9448f9](https://github.com/neet/masto.js/commit/a9448f96fe404fad0c3f78c8d928a832186600a7))
10+
* add QuoteNotification type ([3abae81](https://github.com/neet/masto.js/commit/3abae819e61d91ecef431332ebfeafad1adab02b))
11+
* add QuoteNotification type ([2fadd76](https://github.com/neet/masto.js/commit/2fadd7696e203fafaebba51d5e032fd81194872e))
12+
13+
14+
### Bug Fixes
15+
16+
* Client.user type ([5817b3e](https://github.com/neet/masto.js/commit/5817b3eb154fff97151f0e086ee3ceff44aaedf0))
17+
* Client.user type ([baeb16a](https://github.com/neet/masto.js/commit/baeb16abb57cbad37d7619950f70bdcf4ad3ecc7))
18+
319
## [7.5.0](https://github.com/neet/masto.js/compare/v7.4.0...v7.5.0) (2025-11-20)
420

521

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

0 commit comments

Comments
 (0)