mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
chore(master): release 2.15.0 (#1975)
Co-Authored-By: Rémi Marseault <larsluph@larsluph.dev>
This commit is contained in:
parent
b0595212cd
commit
8e3c3e543e
4 changed files with 16 additions and 4 deletions
|
@ -1 +1 @@
|
|||
{".":"2.14.1"}
|
||||
{".":"2.15.0"}
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "vuetorrent",
|
||||
"private": true,
|
||||
"version": "2.14.1",
|
||||
"version": "2.15.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
|
Loading…
Add table
Reference in a new issue