Skip to content

Commit

Permalink
chore(release): v0.9.5 🎉 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored May 27, 2024
1 parent eb48427 commit 61c3dc1
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.5](https://github.com/ehmpathy/sql-code-generator/compare/v0.9.4...v0.9.5) (2024-05-26)


### Bug Fixes

* **practs:** upgrade to latest best ([#87](https://github.com/ehmpathy/sql-code-generator/issues/87)) ([eb48427](https://github.com/ehmpathy/sql-code-generator/commit/eb48427d8d99b29ad4b40bb5c1bf3fd82e3f3ea5))
* **query:** support array query input variables ([#85](https://github.com/ehmpathy/sql-code-generator/issues/85)) ([95a22f0](https://github.com/ehmpathy/sql-code-generator/commit/95a22f04b8abdcd03baef12936e3729598c3cd8c))

## [0.9.4](https://github.com/ehmpathy/sql-code-generator/compare/v0.9.3...v0.9.4) (2023-10-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.4",
"version": "0.9.5",
"repository": "ehmpathy/sql-code-generator",
"homepage": "https://github.com/ehmpathy/sql-code-generator",
"keywords": [
Expand Down

0 comments on commit 61c3dc1

Please sign in to comment.