Skip to content

Commit fc6e89c

Browse files
committed
Merge branch 'main' of github.com:ndabAP/vue-command into main
2 parents 6dfc73c + 29556d0 commit fc6e89c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [29.1.0](https://github.com/ndabAP/vue-command/compare/v29.0.0...v29.1.0) (2022-12-26)
2+
3+
4+
### Features
5+
6+
* add new slots ([d8f6de7](https://github.com/ndabAP/vue-command/commit/d8f6de72cf8b54848fa9f4ff44a8a670a368a4f2))
7+
8+
9+
### Bug Fixes
10+
11+
* add missing prevent default ([ca0583a](https://github.com/ndabAP/vue-command/commit/ca0583ae8be6dc45c30c4fadb8163e39d135c85a))
12+
* component out name ([b49d6db](https://github.com/ndabAP/vue-command/commit/b49d6db714c8814120d90974518ecccfd4284ad7))
13+
114
## [29.0.0](https://github.com/ndabAP/vue-command/compare/v28.2.0...v29.0.0) (2022-12-25)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-command",
3-
"version": "29.0.0",
3+
"version": "29.1.0",
44
"description": "A fully working, most feature-rich Vue.js terminal emulator",
55
"author": {
66
"email": "[email protected]",

0 commit comments

Comments
 (0)