Skip to content

Commit

Permalink
release(console): v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 8, 2024
1 parent ec5d44c commit 206d6a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"console": {
"icon": true,
"dependencies": ["object-viewer", "data-grid", "dom-viewer"],
"version": "1.3.3",
"version": "1.3.4",
"style": true,
"test": true,
"install": false,
Expand Down
4 changes: 4 additions & 0 deletions src/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.4 (8 July 2024)

* fix: scroll bottom check [#17](https://github.com/liriliri/luna/pull/17)

## 1.3.3 (12 June 2023)

* fix: print string with %o
Expand Down
2 changes: 1 addition & 1 deletion src/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console",
"version": "1.3.3",
"version": "1.3.4",
"description": "Console for logging",
"luna": {
"icon": true,
Expand Down

0 comments on commit 206d6a4

Please sign in to comment.