Skip to content

Commit 19f42ea

Browse files
committed
chore(release): 6.0.0
1 parent d02ec19 commit 19f42ea

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
## [6.0.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v5.0.0...v6.0.0) (2025-08-01)
6+
57
## [5.0.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.1.1...v5.0.0) (2025-01-13)
68

79
### Breaking changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-ddl-to-json-schema",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Parse and convert SQL DDL statements to a JSON Schema.",
55
"keywords": [
66
"parse",
@@ -101,4 +101,4 @@
101101
"engines": {
102102
"node": ">=16 <=24"
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)