Skip to content

Commit

Permalink
chore(release): 6.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Dec 27, 2023
1 parent 0d59cab commit bd93fdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.5.2](https://github.com/neet/masto.js/compare/v6.5.1...v6.5.2) (2023-12-27)


### Bug Fixes

* Fix search API to return paginator ([2691c27](https://github.com/neet/masto.js/commit/2691c274b789ea80c561b2baa12305e0dfed859a))
* Fix type of hashtags to be an array in `Search` entity ([35cad26](https://github.com/neet/masto.js/commit/35cad2681e61c95b60e7e91c5ea1a666bd777a70))

## [6.5.1](https://github.com/neet/masto.js/compare/v6.5.0...v6.5.1) (2023-11-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bd93fdc

Please sign in to comment.