1
0
mirror of synced 2025-12-07 14:08:06 +08:00

release: v2.5.0

This commit is contained in:
redhoodsu
2022-07-09 21:23:59 +08:00
parent 67c56dc5d5
commit 1b1046bfec
3 changed files with 11 additions and 3 deletions

View File

@@ -19,7 +19,10 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Build eruda
run: npm i && npm run build
run: |
npm i -g @liriliri/lsla
npm i
npm run build
- name: Publish package on NPM
working-directory: dist
run: npm publish

View File

@@ -1,3 +1,9 @@
## 2.5.0 (9 JUL 2022)
* feat: add ts declaration [#187](https://github.com/liriliri/eruda/pull/187)
* refactor: use luna console
* refactor: use chobitsu for highlighting element
## 2.4.1 (28 Sep 2020)
* fix: remove arrow function [#160](https://github.com/liriliri/eruda/issues/160)

View File

@@ -1,9 +1,8 @@
{
"name": "eruda",
"version": "2.4.1",
"version": "2.5.0",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"types": "eruda.d.ts",
"browserslist": ["> 0.25%", "not dead"],
"scripts": {
"ci": "npm run lint && npm run test && npm run build && npm run es5",