Skip to content

Commit

Permalink
chore(release): v0.9.4 🎉 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Oct 26, 2023
1 parent 7d6014a commit 2078896
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.4](https://github.com/ehmpathy/sql-code-generator/compare/v0.9.3...v0.9.4) (2023-10-26)


### Bug Fixes

* **types:** add missing support for boolean ([a6e45d2](https://github.com/ehmpathy/sql-code-generator/commit/a6e45d2b5c2b5db4603b300f22f23d3f17c30941))
* **types:** add missing support for json ([7d6014a](https://github.com/ehmpathy/sql-code-generator/commit/7d6014a9b7622002176448456bcc8125f6146974))

## [0.9.3](https://github.com/ehmpathy/sql-code-generator/compare/v0.9.2...v0.9.3) (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-code-generator",
"author": "ehmpathy",
"description": "Generate code from your SQL schema and queries for type safety and development speed.",
"version": "0.9.3",
"version": "0.9.4",
"license": "MIT",
"repository": "ehmpathy/sql-code-generator",
"homepage": "https://github.com/ehmpathy/sql-code-generator",
Expand Down

0 comments on commit 2078896

Please sign in to comment.