Skip to content

Commit

Permalink
chore(release): 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duartealexf committed Nov 19, 2024
1 parent 7f24844 commit 4dcba5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.1](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.1.0...v4.1.1) (2024-11-19)


### Bug Fixes

* fix alter last column ([023eb4c](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/023eb4c15951dae912967566169fcc5a8b73aa1f))
* fix alter last column (Merge pull request [#98](https://github.com/duartealexf/sql-ddl-to-json-schema/issues/98) from duartealexf/staging) ([7f24844](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/7f2484493f658c653ae10a6aa6b9ee22873943ae))

## [4.1.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.0.10...v4.1.0) (2023-07-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "4.1.1",
"description": "Parse and convert SQL DDL statements to a JSON Schema.",
"keywords": [
"parse",
Expand Down Expand Up @@ -101,4 +101,4 @@
"engines": {
"node": ">=8.6.0 <=23"
}
}
}

0 comments on commit 4dcba5c

Please sign in to comment.