release: v3.4.0
This commit is contained in:
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@@ -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 }}
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "3.3.0",
|
||||
"version": "3.4.0",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user