-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [30.0.0](v29.2.0...v30.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * support multiline queries ### Features * support multiline queries ([df09dde](df09dde))
- Loading branch information
1 parent
c1a9ef4
commit f2c05a8
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-command", | ||
"version": "29.2.0", | ||
"version": "30.0.0", | ||
"description": "A fully working, most feature-rich Vue.js terminal emulator", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -84,4 +84,4 @@ | |
"pre-push": "yarn test" | ||
} | ||
} | ||
} | ||
} |