diff --git a/CHANGELOG.md b/CHANGELOG.md index 504ea89d9..53a1f5a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.10.0](https://github.com/neet/masto.js/compare/v5.9.2...v5.10.0) (2023-02-19) + + +### Features + +* Add translate API ([02cecf1](https://github.com/neet/masto.js/commit/02cecf1e8140749af6c71316fb6ef1586b452d70)) + ## [5.9.2](https://github.com/neet/masto.js/compare/v5.9.1...v5.9.2) (2023-02-18) diff --git a/package.json b/package.json index e5f1c5c79..61b5ef82d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "masto", "description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers", "private": false, - "version": "5.9.2", + "version": "5.10.0", "author": "Ryo Igarashi ", "license": "MIT", "type": "module",