Skip to content

Commit

Permalink
chore(release): 27.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 21, 2022
1 parent 86bf74f commit 69f14ec
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [27.0.0](https://github.com/ndabAP/vue-command/compare/v26.0.0...v27.0.0) (2022-12-21)


### ⚠ BREAKING CHANGES

* shorten description

### Features

* allow text as stdout helper argument ([e322c40](https://github.com/ndabAP/vue-command/commit/e322c40dbfb00777b154cbfe03b79066429f7836))
* emit button events ([240a1ef](https://github.com/ndabAP/vue-command/commit/240a1efadf2118c57d45f7b46f7db2ebfc7df4fb))
* set cursor position on arrow left/right ([c5ceeb0](https://github.com/ndabAP/vue-command/commit/c5ceeb0d404ff74c73ae19b7f3380ccf3fc6cf47))


### Bug Fixes

* dispatch without argument ([5982182](https://github.com/ndabAP/vue-command/commit/5982182d8c87cf8c5e86d15aed267a6e7da2fc71))
* use recommended event wording ([567f04a](https://github.com/ndabAP/vue-command/commit/567f04afb1ab3cee63044da38a5cfb4adb4dccf5))


### Documentation

* shorten description ([86bf74f](https://github.com/ndabAP/vue-command/commit/86bf74f59c522c102f54a861189917653673ab83))

## [26.0.0](https://github.com/ndabAP/vue-command/compare/v25.0.0...v26.0.0) (2022-12-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-command",
"version": "26.0.0",
"version": "27.0.0",
"description": "A fully working, most feature-rich Vue.js terminal emulator",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 69f14ec

Please sign in to comment.