Skip to content

Commit f5ae2ec

Browse files
committed
release: 1.2.1 & update CHANGELOG.
1 parent e49c67f commit f5ae2ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
1.0.6 add MIT license.
22
1.0.7 fix alias for identifier #16 , pr: #17
33
1.0.8 support union grammar follow: https://dev.mysql.com/doc/refman/8.0/en/union.html
4+
1.0.9 fix stringify having #29 , pr: #28
45
1.1.0 hotfix: Remove unused import
6+
1.1.1 fix stringify having #29 , pr: #28
57
1.2.0 fix typo "refrence" to "reference" #24
8+
1.2.1 fix stringify having #29 , pr: #28

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-sql-parser",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "",
55
"main": "./dist/parser/sqlParser.js",
66
"scripts": {

0 commit comments

Comments
 (0)