From f80cb01b8d1078a48785eb123a3ef294d2cc012a Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 30 Aug 2024 02:02:17 +0200 Subject: [PATCH] Trigger Rebuild --- .github/workflows/build.yml | 2 +- InvisibleTyping/package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4da4304..208c8e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: node-version: 20.x - name: Install dependencies - run: >- + run: | npm cache clean --force npm install --no-audit --no-fund diff --git a/InvisibleTyping/package.json b/InvisibleTyping/package.json index d65a95f..c0cfa1c 100644 --- a/InvisibleTyping/package.json +++ b/InvisibleTyping/package.json @@ -10,7 +10,11 @@ { "title": "Fixed", "type": "fixed", - "items": ["The Plugin works again", "Fixed some logic issues", "Fixed sticky button"] + "items": [ + "The Plugin works again", + "Fixed some logic issues", + "Fixed sticky button" + ] } ], "changelogDate": "2024-08-29"