Skip to content

Commit

Permalink
chore(release): 6.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.4.1](v6.4.0...v6.4.1) (2023-11-02)

### Bug Fixes

* Use `Blob | string` as a type annotation for media ([cca5c30](cca5c30))

### Chores

* Add size limit ([14d5387](14d5387))
* Configure size-limit ([70c67a4](70c67a4))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent 383fc7e commit 8cb9599
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [6.4.1](https://github.com/neet/masto.js/compare/v6.4.0...v6.4.1) (2023-11-02)


### Bug Fixes

* Use `Blob | string` as a type annotation for media ([cca5c30](https://github.com/neet/masto.js/commit/cca5c309fc770920b56467fac077c47d9fd37308))


### Chores

* Add size limit ([14d5387](https://github.com/neet/masto.js/commit/14d5387e8eacd8abf88343ff81ede0b27cdc57b7))
* Configure size-limit ([70c67a4](https://github.com/neet/masto.js/commit/70c67a46542543c16c3bacc6a7c0975bec452dfc))

## [6.4.0](https://github.com/neet/masto.js/compare/v6.3.3...v6.4.0) (2023-10-29)


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

0 comments on commit 8cb9599

Please sign in to comment.