Skip to content

Commit

Permalink
chore(release): v0.9.6 🎉 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Jun 14, 2024
1 parent e529c9d commit 1b23463
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.9.6](https://github.com/ehmpathy/sql-code-generator/compare/v0.9.5...v0.9.6) (2024-06-14)


### Bug Fixes

* **query:** correctly exclude ON term as possible alias ([e529c9d](https://github.com/ehmpathy/sql-code-generator/commit/e529c9d9c825ec82cc6a95d13e8c0adddc19788a))

## [0.9.5](https://github.com/ehmpathy/sql-code-generator/compare/v0.9.4...v0.9.5) (2024-05-26)


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.5",
"version": "0.9.6",
"repository": "ehmpathy/sql-code-generator",
"homepage": "https://github.com/ehmpathy/sql-code-generator",
"keywords": [
Expand Down

0 comments on commit 1b23463

Please sign in to comment.