Skip to content

Commit fce387f

Browse files
authored
Merge pull request #1762 from shlinkio/develop
Release 4.6.2
2 parents e9afaae + d27052b commit fce387f

17 files changed

+2413
-3719
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [4.6.2] - 2025-11-15
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* *Nothing*
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* *Nothing*
19+
20+
### Fixed
21+
* [shlink-web-component#878](https://github.com/shlinkio/shlink-web-component/issues/878) Fix real-time updates interval setting being ignored.
22+
23+
724
## [4.6.1] - 2025-11-15
825
### Added
926
* *Nothing*

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.56.1-noble
1+
FROM mcr.microsoft.com/playwright:v1.57.0-noble
22

33
ENV NODE_VERSION 22.14
44
ENV TINI_VERSION v0.19.0

0 commit comments

Comments
 (0)