-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add updates to changelog to permit a new release #1201
Conversation
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.1.0 to 8.1.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](sindresorhus/p-queue@v7.1.0...v8.1.0) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
f471fff
to
0de67c1
Compare
0de67c1
to
0bc3927
Compare
📦 🤖 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
This reverts commit ebb5803.
Originally I was going to tack on the YT-API changes to your changelog edit and fix the conflicts, but I saw your comment on #1199 and agree that it's a better idea to push a smaller release with just the dependency updates first. Pardon me mucking up your branch's commit history :) I went ahead and reverted my changes. Otherwise LGTM |
🚀 Released in Release v2.10.1. |
Closes # (N/A)
Add changes to unreleased section of changelog so we can publish a release with the latest
@distube/ytdl-core
dependency.I had to fight a bit with ESLint to get it to recognize
items
as anArray<Video>
, as well as a void check, but got there in the end. Open to suggestions.