diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7f101f3..c806c81b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.14.1"} \ No newline at end of file +{".":"2.15.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a556ac89..83377801 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package-lock.json b/package-lock.json index b9a98374..1ea241b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 3c05806b..7ee540a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuetorrent", "private": true, - "version": "2.14.1", + "version": "2.15.0", "type": "module", "scripts": { "start": "vite",