Skip to content

Commit

Permalink
chore(release): v0.12.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Dec 27, 2024
1 parent 18bf98e commit e0cbd84
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.12.0](https://github.com/ehmpathy/sql-dao-generator/compare/v0.11.0...v0.12.0) (2024-12-27)


### Features

* **context:** use log from context ([18bf98e](https://github.com/ehmpathy/sql-dao-generator/commit/18bf98e9c7c6aa47cfc80ef27ee51f58cb043762))

## [0.11.0](https://github.com/ehmpathy/sql-dao-generator/compare/v0.10.1...v0.11.0) (2024-12-02)


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

0 comments on commit e0cbd84

Please sign in to comment.