Skip to content

Commit 6a29fac

Browse files
authored
chore(main): release 7.8.0 (#1373)
1 parent 7dbf15e commit 6a29fac

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [7.8.0](https://github.com/neet/masto.js/compare/v7.7.1...v7.8.0) (2025-12-06)
4+
5+
6+
### Features
7+
8+
* add three new quote states introduced by Mastodon v4.5.0 ([#1374](https://github.com/neet/masto.js/issues/1374)) ([9cac4ec](https://github.com/neet/masto.js/commit/9cac4ec51e6ed4aa6e3f459da07376fd7cb25df2))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix return type of /v2/filters/keywords/:id ([8dc80e4](https://github.com/neet/masto.js/commit/8dc80e477d625adc5babd981c865e17e039c4d6d))
14+
* Fix return type of /v2/filters/keywords/:id ([6aeb825](https://github.com/neet/masto.js/commit/6aeb825fd8877ef547cc2850033b8e07c43aaecb))
15+
* Fix v2.media.create nor working with $raw ([#1376](https://github.com/neet/masto.js/issues/1376)) ([7dbf15e](https://github.com/neet/masto.js/commit/7dbf15e163619608a9b07e7183d3721c08243fbc))
16+
317
## [7.7.1](https://github.com/neet/masto.js/compare/v7.7.0...v7.7.1) (2025-11-30)
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": "7.7.1",
5+
"version": "7.8.0",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)