Skip to content

Commit 93a8c8a

Browse files
committed
chore(release): 0.12.0-beta.11
1 parent 44c23cb commit 93a8c8a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.12.0-beta.11](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.10...v0.12.0-beta.11) (2024-04-01)
6+
7+
8+
### Features
9+
10+
* build languages ([#114](https://github.com/DTStack/monaco-sql-languages/issues/114)) ([f6b34e5](https://github.com/DTStack/monaco-sql-languages/commit/f6b34e5cde3540ea7af70693542e7b495ece3cb6))
11+
* export "incomplete" settings in completionService ([#101](https://github.com/DTStack/monaco-sql-languages/issues/101)) ([7567b5b](https://github.com/DTStack/monaco-sql-languages/commit/7567b5be98eefb093639fb56fc234ac8434e1660))
12+
* improve setup language features ([#113](https://github.com/DTStack/monaco-sql-languages/issues/113)) ([206b0fd](https://github.com/DTStack/monaco-sql-languages/commit/206b0fd87e77809962c1aa0a92e01c4a8b92331c))
13+
* improve ts and export ([#112](https://github.com/DTStack/monaco-sql-languages/issues/112)) ([7fceed2](https://github.com/DTStack/monaco-sql-languages/commit/7fceed221764556e0b55b84d595109d0b585b90e))
14+
* migrate ng ([#111](https://github.com/DTStack/monaco-sql-languages/issues/111)) ([7a10a6a](https://github.com/DTStack/monaco-sql-languages/commit/7a10a6ad62c367fc022c62e88e4bc119df65c3cc))
15+
* optimize ICompletionItem type and add ICompletionList type ([#102](https://github.com/DTStack/monaco-sql-languages/issues/102)) ([00c7c6b](https://github.com/DTStack/monaco-sql-languages/commit/00c7c6ba181e85e889cb0da20fd48880676785d8))
16+
* support preprocess code ([#103](https://github.com/DTStack/monaco-sql-languages/issues/103)) ([51777c6](https://github.com/DTStack/monaco-sql-languages/commit/51777c6cc33594673f540d5b695a2928c994c70c))
17+
518
## [0.12.0-beta.10](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.9...v0.12.0-beta.10) (2024-01-04)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-sql-languages",
3-
"version": "0.12.0-beta.ng.2",
3+
"version": "0.12.0-beta.11",
44
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
55
"scripts": {
66
"build": "mrmdir ./esm && tsc -p ./tsconfig.esm.json",

0 commit comments

Comments
 (0)