Skip to content

Commit

Permalink
chore(release): 0.12.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Jan 4, 2024
1 parent 4d680f4 commit bdcd8ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [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)


### Features

* disabled commmon sql diagnostics feature ([0a64586](https://github.com/DTStack/monaco-sql-languages/commit/0a6458671f547a80f890c58db998b12ebc81c8d2))
* upgrade dt-sql-parser to v4.0.0-beta.4.11 ([4d680f4](https://github.com/DTStack/monaco-sql-languages/commit/4d680f41022f8ebcf8fe5d3acc7093a4a2f29f62))

## [0.12.0-beta.9](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.8...v0.12.0-beta.9) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-sql-languages",
"version": "0.12.0-beta.9",
"version": "0.12.0-beta.10",
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
"scripts": {
"compile": "mrmdir ./out && tsc -p ./tsconfig.amd.json && tsc -p ./tsconfig.esm.json",
Expand Down

0 comments on commit bdcd8ab

Please sign in to comment.