Skip to content

Commit

Permalink
chore(release): 5.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.9.0](v5.8.0...v5.9.0) (2023-02-12)

### Features

* Add `mediaAttributes` to statuses.update ([e34c47e](e34c47e))
* Add `requestedBy` to Relationship entity ([af6198b](af6198b))
* Add Instance.configuration.urls.status ([0e98d51](0e98d51))

### Chores

* Update dependencies ([b2e58df](b2e58df))
  • Loading branch information
semantic-release-bot committed Feb 12, 2023
1 parent 173b969 commit f87148b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.9.0](https://github.com/neet/masto.js/compare/v5.8.0...v5.9.0) (2023-02-12)


### Features

* Add `mediaAttributes` to statuses.update ([e34c47e](https://github.com/neet/masto.js/commit/e34c47e35c3b3ac1744aea87a63faf5627410048))
* Add `requestedBy` to Relationship entity ([af6198b](https://github.com/neet/masto.js/commit/af6198b09aaca05b58632bdbab2cb86602d02c04))
* Add Instance.configuration.urls.status ([0e98d51](https://github.com/neet/masto.js/commit/0e98d51270d8402df0fd09330bf9c4ac90c93bcf))


### Chores

* Update dependencies ([b2e58df](https://github.com/neet/masto.js/commit/b2e58dffa58726fb7ae5ae6bf9ee167ccb26462a))

## [5.8.0](https://github.com/neet/masto.js/compare/v5.7.0...v5.8.0) (2023-02-05)


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.8.0",
"version": "5.9.0",
"author": "Ryo Igarashi <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit f87148b

Please sign in to comment.