Skip to content

Commit

Permalink
chore(release): v0.4.0 🎉 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored May 26, 2024
1 parent 6e0875c commit d01dc15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/ehmpathy/sql-dao-generator/compare/v0.3.4...v0.4.0) (2024-05-26)


### Features

* **terms:** domain-value-object to domain-literal, for intuition++ ([#21](https://github.com/ehmpathy/sql-dao-generator/issues/21)) ([4b31074](https://github.com/ehmpathy/sql-dao-generator/commit/4b31074879eb8ba71e4fbad33a73539d40624348))


### Bug Fixes

* **practs:** upgrade to latest best ([#23](https://github.com/ehmpathy/sql-dao-generator/issues/23)) ([6e0875c](https://github.com/ehmpathy/sql-dao-generator/commit/6e0875c429a96a882854a1c55c877d471fc25f4e))

## [0.3.4](https://github.com/ehmpathy/sql-dao-generator/compare/v0.3.3...v0.3.4) (2023-08-05)


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

0 comments on commit d01dc15

Please sign in to comment.