diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13bc445..50f6a97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,11 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ needs.check.outputs.commit }} + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '16' + - run: npm install @actions/core - name: Parse Changelog # Exits if changelog not found id: changelog env: @@ -58,7 +63,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - registry-url: "https://registry.npmjs.org" - run: node --version - name: Install dependencies run: npm install diff --git a/changelog.md b/changelog.md index 1e16819..e56138b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # UnderScript App Changelog -## Version 1.5.1 (2023-03-18) +## Version 1.5.2 (2023-03-18) It's been 3 years since this app has needed an update, but the biggest thing is a bug fix thanks to script kiddies being naughty. 1. Fixed the ability to login with new captcha 1. Download new app version automatically and notify when a download has started