Skip to content

Commit

Permalink
chore(release): 5.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.6.1](v5.6.0...v5.6.1) (2023-01-23)

### Bug Fixes

* Add missing repliesPolicy to List ([25dc358](25dc358))
* Correct version range of /api/v2/search ([5d5cae7](5d5cae7))
  • Loading branch information
semantic-release-bot committed Jan 23, 2023
1 parent 4030a54 commit 63c3542
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 @@
## [5.6.1](https://github.com/neet/masto.js/compare/v5.6.0...v5.6.1) (2023-01-23)


### Bug Fixes

* Add missing repliesPolicy to List ([25dc358](https://github.com/neet/masto.js/commit/25dc358b9e3e728f4d8a71c34dd91ca1322d20ce))
* Correct version range of /api/v2/search ([5d5cae7](https://github.com/neet/masto.js/commit/5d5cae70fc6a7c48c293c848ee3912700bbaa9b7))

## [5.6.0](https://github.com/neet/masto.js/compare/v5.5.1...v5.6.0) (2023-01-22)


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": "5.6.0",
"version": "5.6.1",
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 63c3542

Please sign in to comment.