Skip to content

Commit e4f0eb7

Browse files
chore(release): 6.7.0 [skip ci]
## [6.7.0](v6.6.4...v6.7.0) (2024-03-16) ### Features * Support `grant_type: authorization_code` and `client_credentials`. ([1f6b3ca](1f6b3ca))
1 parent f8c56aa commit e4f0eb7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.7.0](https://github.com/neet/masto.js/compare/v6.6.4...v6.7.0) (2024-03-16)
2+
3+
4+
### Features
5+
6+
* Support `grant_type: authorization_code` and `client_credentials`. ([1f6b3ca](https://github.com/neet/masto.js/commit/1f6b3caed3e892c7d30bf6280f6c847e8aad6f4d))
7+
18
## [6.6.4](https://github.com/neet/masto.js/compare/v6.6.3...v6.6.4) (2024-03-03)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "masto",
33
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers",
44
"private": false,
5-
"version": "6.6.4",
5+
"version": "6.7.0",
66
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)