Skip to content

Commit 69f14ec

Browse files
chore(release): 27.0.0 [skip ci]
## [27.0.0](v26.0.0...v27.0.0) (2022-12-21) ### ⚠ BREAKING CHANGES * shorten description ### Features * allow text as stdout helper argument ([e322c40](e322c40)) * emit button events ([240a1ef](240a1ef)) * set cursor position on arrow left/right ([c5ceeb0](c5ceeb0)) ### Bug Fixes * dispatch without argument ([5982182](5982182)) * use recommended event wording ([567f04a](567f04a)) ### Documentation * shorten description ([86bf74f](86bf74f))
1 parent 86bf74f commit 69f14ec

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [27.0.0](https://github.com/ndabAP/vue-command/compare/v26.0.0...v27.0.0) (2022-12-21)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* shorten description
7+
8+
### Features
9+
10+
* allow text as stdout helper argument ([e322c40](https://github.com/ndabAP/vue-command/commit/e322c40dbfb00777b154cbfe03b79066429f7836))
11+
* emit button events ([240a1ef](https://github.com/ndabAP/vue-command/commit/240a1efadf2118c57d45f7b46f7db2ebfc7df4fb))
12+
* set cursor position on arrow left/right ([c5ceeb0](https://github.com/ndabAP/vue-command/commit/c5ceeb0d404ff74c73ae19b7f3380ccf3fc6cf47))
13+
14+
15+
### Bug Fixes
16+
17+
* dispatch without argument ([5982182](https://github.com/ndabAP/vue-command/commit/5982182d8c87cf8c5e86d15aed267a6e7da2fc71))
18+
* use recommended event wording ([567f04a](https://github.com/ndabAP/vue-command/commit/567f04afb1ab3cee63044da38a5cfb4adb4dccf5))
19+
20+
21+
### Documentation
22+
23+
* shorten description ([86bf74f](https://github.com/ndabAP/vue-command/commit/86bf74f59c522c102f54a861189917653673ab83))
24+
125
## [26.0.0](https://github.com/ndabAP/vue-command/compare/v25.0.0...v26.0.0) (2022-12-17)
226

327

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": "26.0.0",
3+
"version": "27.0.0",
44
"description": "A fully working, most feature-rich Vue.js terminal emulator",
55
"author": {
66
"email": "[email protected]",

0 commit comments

Comments
 (0)