Skip to content

Commit

Permalink
chore(release): v0.22.0 🎉 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Feb 14, 2023
1 parent 1312bb0 commit 0d772e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.22.0](https://github.com/ehmpathy/sql-schema-generator/compare/v0.21.4...v0.22.0) (2023-02-14)


### Features

* **config:** support using config file instead of cli args ([1312bb0](https://github.com/ehmpathy/sql-schema-generator/commit/1312bb03b38a27c320b6b29dc7d10837c546b172))

## [0.21.4](https://github.com/ehmpathy/sql-schema-generator/compare/v0.21.3...v0.21.4) (2023-02-12)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sql-schema-generator",
"author": "ehmpathy",
"description": "Declarative relational database sql schema generator. Ensure best practices are followed and abstract away boiler plate sql.",
"version": "0.21.4",
"version": "0.22.0",
"repository": "ehmpathy/sql-schema-generator",
"homepage": "https://github.com/ehmpathy/sql-schema-generator",
"keywords": [
Expand Down

0 comments on commit 0d772e0

Please sign in to comment.