Skip to content

Commit

Permalink
chore(release): v0.5.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Jun 9, 2024
1 parent 31db1c1 commit 5c18cfd
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.5.3](https://github.com/ehmpathy/sql-dao-generator/compare/v0.5.2...v0.5.3) (2024-06-09)


### Bug Fixes

* **dao:** handle nullable nested literals; prevent duplicate imports ([31db1c1](https://github.com/ehmpathy/sql-dao-generator/commit/31db1c13e5030c0428e6bbf3f9a57a3e02086803))

## [0.5.2](https://github.com/ehmpathy/sql-dao-generator/compare/v0.5.1...v0.5.2) (2024-06-09)


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-dao-generator",
"author": "ehmpathy",
"description": "Generate data-access-objects from your domain-objects.",
"version": "0.5.2",
"version": "0.5.3",
"repository": "ehmpathy/sql-dao-generator",
"homepage": "https://github.com/ehmpathy/sql-dao-generator",
"keywords": [
Expand Down

0 comments on commit 5c18cfd

Please sign in to comment.