-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.5.2](v6.5.1...v6.5.2) (2023-12-27) ### Bug Fixes * Fix search API to return paginator ([2691c27](2691c27)) * Fix type of hashtags to be an array in `Search` entity ([35cad26](35cad26))
- Loading branch information
1 parent
0d59cab
commit bd93fdc
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "masto", | ||
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers", | ||
"private": false, | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"author": "Ryo Igarashi <[email protected]>", | ||
"license": "MIT", | ||
"type": "module", | ||
|