Skip to content

Commit

Permalink
chore(release): 6.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.7.0](v6.6.4...v6.7.0) (2024-03-16)

### Features

* Support `grant_type: authorization_code` and `client_credentials`. ([1f6b3ca](1f6b3ca))
  • Loading branch information
semantic-release-bot committed Mar 16, 2024
1 parent f8c56aa commit e4f0eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [6.7.0](https://github.com/neet/masto.js/compare/v6.6.4...v6.7.0) (2024-03-16)


### Features

* Support `grant_type: authorization_code` and `client_credentials`. ([1f6b3ca](https://github.com/neet/masto.js/commit/1f6b3caed3e892c7d30bf6280f6c847e8aad6f4d))

## [6.6.4](https://github.com/neet/masto.js/compare/v6.6.3...v6.6.4) (2024-03-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "masto",
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers",
"private": false,
"version": "6.6.4",
"version": "6.7.0",
"author": "Ryo Igarashi <n33t5hin@gmail.com>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit e4f0eb7

Please sign in to comment.