release: v2.5.0
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user