Skip to content

Commit bf9df30

Browse files
committed
chore(release): 0.12.0-beta.13
1 parent 0d14d3d commit bf9df30

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.13](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.12...v0.12.0-beta.13) (2024-04-22)
6+
7+
8+
### Features
9+
10+
* improve highlight conf ([#122](https://github.com/DTStack/monaco-sql-languages/issues/122)) ([0d14d3d](https://github.com/DTStack/monaco-sql-languages/commit/0d14d3d77b0079c461bf7580f303f016623615f0))
11+
12+
13+
### Bug Fixes
14+
15+
* [#121](https://github.com/DTStack/monaco-sql-languages/issues/121) customParams use identifier highlight ([#123](https://github.com/DTStack/monaco-sql-languages/issues/123)) ([ea22ff0](https://github.com/DTStack/monaco-sql-languages/commit/ea22ff07611943014fd6bdedf17b760293afda61))
16+
517
## [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)
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.12",
3+
"version": "0.12.0-beta.13",
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)