Skip to content

Commit 4dd55a5

Browse files
committed
chore(release): 0.12.0
1 parent b4040bb commit 4dd55a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.13...v0.12.0) (2024-04-30)
6+
7+
8+
### Features
9+
10+
* remove deprecated exports ([b4040bb](https://github.com/DTStack/monaco-sql-languages/commit/b4040bbd7bd9563af6df491f3b83bb3748cd328f))
11+
* upgrade dt-sql-parser ([#125](https://github.com/DTStack/monaco-sql-languages/issues/125)) ([bcdef98](https://github.com/DTStack/monaco-sql-languages/commit/bcdef98541b17f0f5fbf2eb0d7a441152db0ed3b))
12+
513
## [0.12.0-beta.14](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.0-beta.1...v0.12.0-beta.14) (2024-04-26)
614

715

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