From 1b8929b9a5740b139862c563b809293e8123fbef Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Fri, 27 Sep 2024 19:03:35 +0800 Subject: [PATCH] release: v3.4.0 --- .github/workflows/main.yml | 19 ++++++------------- .github/workflows/publish.yml | 12 ++++-------- CHANGELOG.md | 5 +++++ package.json | 2 +- 4 files changed, 16 insertions(+), 22 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e8f05cef..b9ee16755 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,22 +14,15 @@ jobs: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: '18.x' - run: | npm install -g @liriliri/lsla npm i npm run ci - - run: | - npm install -g codecov - codecov --disable=gcov - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5559230bb..a8614de90 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,20 +11,16 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Setup Node - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - - name: Build eruda - run: | + - run: | npm i -g @liriliri/lsla npm i npm run build - - name: Publish package on NPM - working-directory: dist + - working-directory: dist run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cf464bc72..8b3db6c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.4.0 (27 Sep 2024) + +* feat: support shadow dom [#158](https://github.com/liriliri/eruda/issues/158) +* fix: quirks mode table rendering [#459](https://github.com/liriliri/eruda/issues/459) + ## 3.3.0 (9 Sep 2024) * feat: add vue devtools plugin diff --git a/package.json b/package.json index 7c5a64402..4becd1221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eruda", - "version": "3.3.0", + "version": "3.4.0", "description": "Console for Mobile Browsers", "main": "eruda.js", "browserslist": [