chore(master): release 2.15.0 (#1975)

Co-Authored-By: Rémi Marseault <larsluph@larsluph.dev>
This commit is contained in:
Daan Wijns 2024-10-21 21:48:05 +02:00 committed by GitHub
parent b0595212cd
commit 8e3c3e543e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 4 deletions

View file

@ -1 +1 @@
{".":"2.14.1"}
{".":"2.15.0"}

View file

@ -1,5 +1,17 @@
# Changelog
## [2.15.0](https://github.com/VueTorrent/VueTorrent/compare/v2.14.1...v2.15.0) (2024-10-20)
### Features
* **torrentCreator:** Add new torrent creator view ([#1973](https://github.com/VueTorrent/VueTorrent/issues/1973)) ([6e6cc48](https://github.com/VueTorrent/VueTorrent/commit/6e6cc4848dd1942f86699517797cd95e30290160))
### Improvements
* **RightClick:** Overhaul of menu item generation for better performance ([#1976](https://github.com/VueTorrent/VueTorrent/issues/1976)) ([d1301b1](https://github.com/VueTorrent/VueTorrent/commit/d1301b1b4a5e424b036949d17fda60e126c67482))
## [2.14.1](https://github.com/VueTorrent/VueTorrent/compare/v2.14.0...v2.14.1) (2024-10-10)
### Bug Fixes

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "vuetorrent",
"version": "2.14.1",
"version": "2.15.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vuetorrent",
"version": "2.14.1",
"version": "2.15.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.14.1",
"version": "2.15.0",
"type": "module",
"scripts": {
"start": "vite",