Skip to content

Commit

Permalink
chore(release): 0.12.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Apr 19, 2024
1 parent 7fca45e commit bfb368e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.12](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.11...v0.12.0-beta.12) (2024-04-19)


### Features

* upgrade dt-sql-parser ([#120](https://github.com/DTStack/monaco-sql-languages/issues/120)) ([7fca45e](https://github.com/DTStack/monaco-sql-languages/commit/7fca45ed440753fefec0d85f8f04312d01c6564a))


### Bug Fixes

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

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


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.11",
"version": "0.12.0-beta.12",
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
"scripts": {
"build": "mrmdir ./esm && tsc -p ./tsconfig.esm.json",
Expand Down

0 comments on commit bfb368e

Please sign in to comment.