Skip to content

Commit f2c05a8

Browse files
chore(release): 30.0.0 [skip ci]
## [30.0.0](v29.2.0...v30.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * support multiline queries ### Features * support multiline queries ([df09dde](df09dde))
1 parent c1a9ef4 commit f2c05a8

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [30.0.0](https://github.com/ndabAP/vue-command/compare/v29.2.0...v30.0.0) (2023-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* support multiline queries
7+
8+
### Features
9+
10+
* support multiline queries ([df09dde](https://github.com/ndabAP/vue-command/commit/df09dded80f19530fad39f606f65fc38bf382a44))
11+
112
## [29.2.0](https://github.com/ndabAP/vue-command/compare/v29.1.1...v29.2.0) (2022-12-26)
213

314

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-command",
3-
"version": "29.2.0",
3+
"version": "30.0.0",
44
"description": "A fully working, most feature-rich Vue.js terminal emulator",
55
"author": {
66
"email": "[email protected]",
@@ -84,4 +84,4 @@
8484
"pre-push": "yarn test"
8585
}
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)