Skip to content

Commit

Permalink
chore(release): 30.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Jan 6, 2023
1 parent c1a9ef4 commit f2c05a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [30.0.0](https://github.com/ndabAP/vue-command/compare/v29.2.0...v30.0.0) (2023-01-06)


### ⚠ BREAKING CHANGES

* support multiline queries

### Features

* support multiline queries ([df09dde](https://github.com/ndabAP/vue-command/commit/df09dded80f19530fad39f606f65fc38bf382a44))

## [29.2.0](https://github.com/ndabAP/vue-command/compare/v29.1.1...v29.2.0) (2022-12-26)


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.

4 changes: 2 additions & 2 deletions package.json
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]",
Expand Down Expand Up @@ -84,4 +84,4 @@
"pre-push": "yarn test"
}
}
}
}

0 comments on commit f2c05a8

Please sign in to comment.