Skip to content

Commit bfb368e

Browse files
committed
chore(release): 0.12.0-beta.12
1 parent 7fca45e commit bfb368e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.12](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.11...v0.12.0-beta.12) (2024-04-19)
6+
7+
8+
### Features
9+
10+
* upgrade dt-sql-parser ([#120](https://github.com/DTStack/monaco-sql-languages/issues/120)) ([7fca45e](https://github.com/DTStack/monaco-sql-languages/commit/7fca45ed440753fefec0d85f8f04312d01c6564a))
11+
12+
13+
### Bug Fixes
14+
15+
* [#117](https://github.com/DTStack/monaco-sql-languages/issues/117) sql brackets `{` ([#118](https://github.com/DTStack/monaco-sql-languages/issues/118)) ([5d5741c](https://github.com/DTStack/monaco-sql-languages/commit/5d5741cb5dd987760a96113fc127e768071464ab))
16+
517
## [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)
618

719

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.11",
3+
"version": "0.12.0-beta.12",
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)