Skip to content

Commit 1a0e2fa

Browse files
committed
chore(release): 4.0.0-beta.4.13
1 parent da77180 commit 1a0e2fa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [4.0.0-beta.4.13](https://github.com/DTStack/dt-sql-parser/compare/v4.0.0-beta.4.12...v4.0.0-beta.4.13) (2024-04-19)
6+
7+
8+
### Features
9+
10+
* [#290](https://github.com/DTStack/dt-sql-parser/issues/290) support dtstack SparkSQL/HiveSQL lifecycle ([#292](https://github.com/DTStack/dt-sql-parser/issues/292)) ([da77180](https://github.com/DTStack/dt-sql-parser/commit/da77180a50456e3cdc165cd6a7e06be563a31f23))
11+
12+
13+
### Bug Fixes
14+
15+
* [#285](https://github.com/DTStack/dt-sql-parser/issues/285) No longer just export types from libs ([#286](https://github.com/DTStack/dt-sql-parser/issues/286)) ([8bb27ee](https://github.com/DTStack/dt-sql-parser/commit/8bb27ee771b4b1ecf4b6660b5fb87184188ba7e2))
16+
517
## [4.0.0-beta.4.12](https://github.com/DTStack/dt-sql-parser/compare/v4.0.0-beta.4.11...v4.0.0-beta.4.12) (2024-03-28)
618

719

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-sql-parser",
3-
"version": "4.0.0-beta.4.12",
3+
"version": "4.0.0-beta.4.13",
44
"authors": "DTStack Corporation",
55
"description": "SQL Parsers for BigData, built with antlr4",
66
"keywords": [

0 commit comments

Comments
 (0)