From c2ed1b004673d60c7c7a851b6988d0ca13a8a19a Mon Sep 17 00:00:00 2001 From: Alex Freska Date: Wed, 8 May 2024 13:56:41 -0400 Subject: [PATCH] fix: ci cache, test update --- .github/actions/setup/action.yml | 2 -- hostd/CHANGELOG.md | 6 ++++++ hostd/package.json | 2 +- renterd/CHANGELOG.md | 6 ++++++ renterd/package.json | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c6eaf2d..7f445fb 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -21,8 +21,6 @@ runs: node-version: ${{ inputs.node_version }} registry-url: https://registry.npmjs.org cache: 'yarn' - cache-dependency-path: '**/yarn.lock' - cache-key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - name: Install run: yarn shell: bash diff --git a/hostd/CHANGELOG.md b/hostd/CHANGELOG.md index 66b4959..2f07ef2 100644 --- a/hostd/CHANGELOG.md +++ b/hostd/CHANGELOG.md @@ -1,5 +1,11 @@ # hostd +## 0.3.11 + +### Patch Changes + +- Test updater. + ## 0.3.10 ### Patch Changes diff --git a/hostd/package.json b/hostd/package.json index 8ef1db3..5b0a5e4 100644 --- a/hostd/package.json +++ b/hostd/package.json @@ -1,6 +1,6 @@ { "name": "hostd", - "version": "0.3.10", + "version": "0.3.11", "license": "MIT", "private": true, "description": "The hostd desktop app", diff --git a/renterd/CHANGELOG.md b/renterd/CHANGELOG.md index ba087f1..0b3ff0c 100644 --- a/renterd/CHANGELOG.md +++ b/renterd/CHANGELOG.md @@ -1,5 +1,11 @@ # renterd +## 0.3.11 + +### Patch Changes + +- Test updater. + ## 0.3.10 ### Patch Changes diff --git a/renterd/package.json b/renterd/package.json index 8a45feb..9389bb1 100644 --- a/renterd/package.json +++ b/renterd/package.json @@ -1,6 +1,6 @@ { "name": "renterd", - "version": "0.3.10", + "version": "0.3.11", "license": "MIT", "private": true, "description": "The renterd desktop app",