Skip to content

Commit

Permalink
chore(release): 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Jun 19, 2024
1 parent 802f4cd commit 4d210dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0...v0.12.1) (2024-06-19)


### Bug Fixes

* [#132](https://github.com/DTStack/monaco-sql-languages/issues/132) optimize provideCompletionItems insertTextRules ([#133](https://github.com/DTStack/monaco-sql-languages/issues/133)) ([802f4cd](https://github.com/DTStack/monaco-sql-languages/commit/802f4cdcab33086b8c4fc4bd424cd6d2ddfb98d9))

## [0.12.0](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.13...v0.12.0) (2024-04-30)


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",
"version": "0.12.1",
"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 4d210dc

Please sign in to comment.