Skip to content

Commit 5f05d17

Browse files
chore(main): release 2.7.0 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66430d4 commit 5f05d17

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.7.0](https://github.com/VueTorrent/vuetorrent-backend/compare/v2.6.0...v2.7.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* **logging:** Add LOG_REQUESTS env var ([2458c23](https://github.com/VueTorrent/vuetorrent-backend/commit/2458c2343c58e61cc9f396d85ad52824b0bc07b7)), closes [#110](https://github.com/VueTorrent/vuetorrent-backend/issues/110)
9+
10+
11+
### Bug Fixes
12+
13+
* Update graceful shutdown to not throw an error ([1ed1efd](https://github.com/VueTorrent/vuetorrent-backend/commit/1ed1efd960c181372f539ba34e123f280864cc74))
14+
* **update:** Use valid return code to send reason ([66430d4](https://github.com/VueTorrent/vuetorrent-backend/commit/66430d445f37986f74f62412308f15b5ff745199))
15+
316
## [2.6.0](https://github.com/VueTorrent/vuetorrent-backend/compare/v2.5.2...v2.6.0) (2025-07-27)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetorrent-backend",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Node.JS backend for VueTorrent",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)