chore(release): 1.36.1 [skip ci]

This commit is contained in:
Releases Homarr
2025-09-05 21:14:37 +00:00
parent dd67dd794a
commit 5d8e2a3c7b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## [1.36.1](https://github.com/homarr-labs/homarr/compare/v1.36.0...v1.36.1) (2025-09-05)
### Bug Fixes
* **dns:** disable caching by default ([#4007](https://github.com/homarr-labs/homarr/issues/4007)) ([10668ee](https://github.com/homarr-labs/homarr/commit/10668ee359940c1e24b543a7a20fe400474e12bf))
## [1.36.0](https://github.com/homarr-labs/homarr/compare/v1.35.1...v1.36.0) (2025-09-05)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "1.36.0",
"version": "1.36.1",
"private": true,
"scripts": {
"build": "cross-env CI=true turbo build",