diff --git a/.changeset/nervous-rockets-complain.md b/.changeset/nervous-rockets-complain.md deleted file mode 100644 index def5a12..0000000 --- a/.changeset/nervous-rockets-complain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'renterd': patch -'hostd': patch ---- - -Fixed an issue with the renderer asset path. diff --git a/hostd/CHANGELOG.md b/hostd/CHANGELOG.md index 9ef4965..08f64be 100644 --- a/hostd/CHANGELOG.md +++ b/hostd/CHANGELOG.md @@ -1,5 +1,11 @@ # hostd +## 0.3.7 + +### Patch Changes + +- 5fd7d0b: Fixed an issue with the renderer asset path. + ## 0.3.6 ### Patch Changes diff --git a/hostd/package.json b/hostd/package.json index 5f90190..03940dc 100644 --- a/hostd/package.json +++ b/hostd/package.json @@ -1,6 +1,6 @@ { "name": "hostd", - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "private": true, "description": "The hostd desktop app", diff --git a/renterd/CHANGELOG.md b/renterd/CHANGELOG.md index 7be2531..5207dce 100644 --- a/renterd/CHANGELOG.md +++ b/renterd/CHANGELOG.md @@ -1,5 +1,11 @@ # renterd +## 0.3.7 + +### Patch Changes + +- 5fd7d0b: Fixed an issue with the renderer asset path. + ## 0.3.6 ### Patch Changes diff --git a/renterd/package.json b/renterd/package.json index d4fb93c..91ace54 100644 --- a/renterd/package.json +++ b/renterd/package.json @@ -1,6 +1,6 @@ { "name": "renterd", - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "private": true, "description": "The renterd desktop app",