Skip to content

Commit

Permalink
chore: version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duartealexf committed Jan 13, 2025
1 parent e6cc914 commit 92d6183
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

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.

## [4.2.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.1.1...v4.2.0) (2025-01-13)
## [5.0.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.1.1...v5.0.0) (2025-01-13)

### Breaking changes

- Minimum node version is now 14.
- Compact JSON format: width has been renamed to displayWidth, values are now different.
- Compact JSON format: int datatypes ('tinyint', 'smallint', 'mediumint', 'int', 'bigint') names are preserved.
- JSON Schema format: minimum and maximum values of some integer types have been changed.

### Features

* **package.json:** version 4.2.0 ([980132b](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/980132b755b73ddd388c5d8ba38594217a5b0da9))
* **package.json:** version 5.0.0 ([483b6a9](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/483b6a9e77daccf689eada9f81ba8decda1fd846))
* update int datatypes with compact json and jsonschema ([f26b9f0](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/f26b9f0bfd81e079fc3a629e82dc61bf946d9770))

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sql-ddl-to-json-schema",
"version": "4.2.0",
"version": "5.0.0",
"description": "Parse and convert SQL DDL statements to a JSON Schema.",
"keywords": [
"parse",
Expand Down Expand Up @@ -101,4 +101,4 @@
"engines": {
"node": ">=14 <=23"
}
}
}

0 comments on commit 92d6183

Please sign in to comment.