Skip to content

Commit

Permalink
chore(release): 5.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.11.1](v5.11.0...v5.11.1) (2023-04-10)

### Bug Fixes

* **tests:** Add delay before translate API test ([9789f8d](9789f8d))
* wholeWord is a boolean ([c625a20](c625a20))
  • Loading branch information
semantic-release-bot committed Apr 10, 2023
1 parent c140140 commit 41ac041
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.11.1](https://github.com/neet/masto.js/compare/v5.11.0...v5.11.1) (2023-04-10)


### Bug Fixes

* **tests:** Add delay before translate API test ([9789f8d](https://github.com/neet/masto.js/commit/9789f8d7eaa7655105aab5c1c351ff8968b05c39))
* wholeWord is a boolean ([c625a20](https://github.com/neet/masto.js/commit/c625a20b9c9927c948c39591b05728952739434f))

## [5.11.0](https://github.com/neet/masto.js/compare/v5.10.0...v5.11.0) (2023-04-09)


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

0 comments on commit 41ac041

Please sign in to comment.