chore(master): release 2.14.0 (#1940)

Co-authored-by: Rémi Marseault <larsluph@larsluph.dev>
This commit is contained in:
Daan Wijns 2024-10-06 21:11:42 +02:00 committed by GitHub
parent 27c632fc3f
commit 60fe4f1b7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 4 deletions

View file

@ -1 +1 @@
{".":"2.13.3"}
{".":"2.14.0"}

View file

@ -1,5 +1,18 @@
# Changelog
## [2.14.0](https://github.com/VueTorrent/VueTorrent/compare/v2.13.3...v2.14.0) (2024-10-06)
### Features
* Support qBittorrent v5 ([#1928](https://github.com/VueTorrent/VueTorrent/issues/1928)) ([69e29d4](https://github.com/VueTorrent/VueTorrent/commit/69e29d4a91faca77163814456420e410acbc71e2))
* **V5:** Add new settings ([#1948](https://github.com/VueTorrent/VueTorrent/issues/1948)) ([5ef1f92](https://github.com/VueTorrent/VueTorrent/commit/5ef1f921ee283e91e051b9afdbc9aac0f9a54f60))
### Bug Fixes
* **trackers:** Handle conflicts when several URLs resolve to the same entry ([#1939](https://github.com/VueTorrent/VueTorrent/issues/1939)) ([53f75d3](https://github.com/VueTorrent/VueTorrent/commit/53f75d3b66ee901dbf550f233ae39bde8ade943b))
## [2.13.3](https://github.com/VueTorrent/VueTorrent/compare/v2.13.2...v2.13.3) (2024-09-30)
### Bug Fixes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "vuetorrent",
"version": "2.13.3",
"version": "2.14.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vuetorrent",
"version": "2.13.3",
"version": "2.14.0",
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@faker-js/faker": "^9.0.3",

View file

@ -1,7 +1,7 @@
{
"name": "vuetorrent",
"private": true,
"version": "2.13.3",
"version": "2.14.0",
"type": "module",
"scripts": {
"start": "vite",