diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b097cc56f..e3490713a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node }} + node-version: '16.x' - name: Install system deps if: matrix.os == 'ubuntu-latest' diff --git a/.github/workflows/manually.yml b/.github/workflows/manually.yml index 5f067e7cd..365497f71 100644 --- a/.github/workflows/manually.yml +++ b/.github/workflows/manually.yml @@ -32,7 +32,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node }} + node-version: '16.x' - name: Install system deps if: matrix.os == 'ubuntu-latest' diff --git a/CHANGELOG.md b/CHANGELOG.md index c74049c76..63cb99d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,3 @@ -## :tada: 2.3.1-beta.4 (2022-06-12) - - -### :bug: Bug Fixes - -* **db:** fix some db bugs ([d3bb5ca](https://github.com/Molunerfinn/PicGo/commit/d3bb5ca)), closes [#873](https://github.com/Molunerfinn/PicGo/issues/873) [#806](https://github.com/Molunerfinn/PicGo/issues/806) -* **gallery:** can't copy gallery pics link ([8d861be](https://github.com/Molunerfinn/PicGo/commit/8d861be)), closes [#901](https://github.com/Molunerfinn/PicGo/issues/901) - - -### :pencil: Documentation - -* fix electron_mirror link error ([5d06469](https://github.com/Molunerfinn/PicGo/commit/5d06469)), closes [#849](https://github.com/Molunerfinn/PicGo/issues/849) -* update FAQ ([a79efbf](https://github.com/Molunerfinn/PicGo/commit/a79efbf)) -* update readme & FAQ ([746635e](https://github.com/Molunerfinn/PicGo/commit/746635e)) - - -### :package: Chore - -* add issue template ([db6c5b8](https://github.com/Molunerfinn/PicGo/commit/db6c5b8)) - - - ## :tada: 2.3.1-beta.3 (2022-04-04) diff --git a/package.json b/package.json index 16154744d..4e3bf6b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.3.1-beta.4", + "version": "2.3.1-beta.3", "private": true, "scripts": { "dev": "vue-cli-service electron:serve",