Skip to content

Commit

Permalink
Merge pull request #1169 from neet/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--masto

chore(main): release 6.8.1
  • Loading branch information
neet authored Oct 11, 2024
2 parents 80a8725 + 61b5a58 commit 5be0168
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [6.8.1](https://github.com/neet/masto.js/compare/v6.8.0...v6.8.1) (2024-10-11)


### Bug Fixes

* Add dependabot.yml to use prefix deps ([c43bc7d](https://github.com/neet/masto.js/commit/c43bc7dbcf90e5e4d944dd3059eafd69fe349dfd))
* Add dependabot.yml to use prefix deps ([3f8310b](https://github.com/neet/masto.js/commit/3f8310b0a054804cb9fdc47dc149f720ff365e68))
* Add missing `offset` to SearchAccountsParams ([#1164](https://github.com/neet/masto.js/issues/1164)) ([54089da](https://github.com/neet/masto.js/commit/54089da4e088220d7b620b15259a50968a0fd424))
* Add missing `offset` to v2 SearchParams ([#1163](https://github.com/neet/masto.js/issues/1163)) ([4ae3951](https://github.com/neet/masto.js/commit/4ae3951e3a971c9f0362ff42cee4cfac6fcc0712))
* Fix type of AccountSource.fields ([#1161](https://github.com/neet/masto.js/issues/1161)) ([bd885de](https://github.com/neet/masto.js/commit/bd885de23a5d966213ae9b1b86d8bf99d9f4bf90))
* Remove ERR_INCLUSION test ([101c7ff](https://github.com/neet/masto.js/commit/101c7ff4d614a1c0f1eec35874ce05fdde6dbafd))

## [6.8.0](https://github.com/neet/masto.js/compare/v6.7.7...v6.8.0) (2024-06-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 5be0168

Please sign in to comment.