From 0b3613ec509ed011a9965ac09f613a9e3f9e8aa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:12:19 +0200 Subject: [PATCH] chore(master): release 1.7.2 (#1058) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c6dd5c..485914ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.7.2](https://github.com/WDaan/VueTorrent/compare/v1.7.1...v1.7.2) (2023-08-31) + + +### Bug Fixes + +* explicitly match the file ([#1065](https://github.com/WDaan/VueTorrent/issues/1065)) ([7ea8ac3](https://github.com/WDaan/VueTorrent/commit/7ea8ac3ded7e523239c5c230f8a36b93095cc7f7)) +* magnet handling issue caused by [#1041](https://github.com/WDaan/VueTorrent/issues/1041) ([#1056](https://github.com/WDaan/VueTorrent/issues/1056)) ([6432dd9](https://github.com/WDaan/VueTorrent/commit/6432dd94168e37b8af2cd66241234cdec8c7738d)) +* mobile long press [#911](https://github.com/WDaan/VueTorrent/issues/911) ([d394ab8](https://github.com/WDaan/VueTorrent/commit/d394ab885b6fec200f5878993c6918c906cc6f2f)) + ## [1.7.1](https://github.com/WDaan/VueTorrent/compare/v1.7.0...v1.7.1) (2023-08-16) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 334636f3..6f749b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vuetorrent", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vuetorrent", - "version": "1.7.1", + "version": "1.7.2", "dependencies": { "ajv": "^8.12.0", "apexcharts": "^3.42.0", diff --git a/package.json b/package.json index f2554f6e..a0b0c2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetorrent", - "version": "1.7.1", + "version": "1.7.2", "private": true, "scripts": { "dev": "vite --host",