Skip to content

Commit

Permalink
release: v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 9, 2022
1 parent 67c56dc commit 1b1046b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1b1046b

Please sign in to comment.