Skip to content

Commit e5be2bb

Browse files
committed
chore(release): 0.13.0
1 parent d944ad2 commit e5be2bb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.13.0](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.1...v0.13.0) (2025-02-13)
6+
7+
8+
### Features
9+
10+
* add reference and definition provider ([#145](https://github.com/DTStack/monaco-sql-languages/issues/145)) ([4b9aa93](https://github.com/DTStack/monaco-sql-languages/commit/4b9aa93ace7c128e1f069b1350b7f0232084da5d))
11+
* support git cz ([a8f6ea8](https://github.com/DTStack/monaco-sql-languages/commit/a8f6ea8c23f1c00264694d3347a9312cfb9ebce4))
12+
13+
14+
### Bug Fixes
15+
16+
* [#134](https://github.com/DTStack/monaco-sql-languages/issues/134) upgrade dt-sql-parser@4.0.2 ([06ec26a](https://github.com/DTStack/monaco-sql-languages/commit/06ec26a72e1a42ecf3c46774b15f55eaf9d5c84d))
17+
* [#146](https://github.com/DTStack/monaco-sql-languages/issues/146) remove postinstall ([3658ee0](https://github.com/DTStack/monaco-sql-languages/commit/3658ee018e2ad374200817f05633341cc4395eb7))
18+
* deploy ([#148](https://github.com/DTStack/monaco-sql-languages/issues/148)) ([3275599](https://github.com/DTStack/monaco-sql-languages/commit/32755992ae5dec6ff21935cde736d343504ade35))
19+
* deploy url ([9ed40bf](https://github.com/DTStack/monaco-sql-languages/commit/9ed40bf1756d581c094d301b4afc8d91e31065ff))
20+
* prod and deploy command ([#156](https://github.com/DTStack/monaco-sql-languages/issues/156)) ([d750ce9](https://github.com/DTStack/monaco-sql-languages/commit/d750ce9e60729c31f1edd2eb3ff776ff73ae0a65))
21+
522
### [0.12.2](https://github.com/DTStack/monaco-sql-languages/compare/v0.12.1...v0.12.2) (2024-06-19)
623

724

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.2",
3+
"version": "0.13.0",
44
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
55
"scripts": {
66
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)