diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5db28a65..a0ef4cad 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -55,7 +55,7 @@ jobs: echo "::set-output name=BODY::$BODY" - name: Install Dependencies - run: npm install + run: npm install -f - name: Create a clean build run: npm run build diff --git a/README.md b/README.md index 355cf738..b50ed9cc 100644 --- a/README.md +++ b/README.md @@ -661,7 +661,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey') --> ## Changelog -### 4.1.1 (2023-06-20) +### **WORK IN PROGRESS** * (bluefox) Allowed setting theme name directly by theme toggle ### 4.1.0 (2023-05-10)