Skip to content

Commit

Permalink
chore(release): v0.7.2 🎉 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Jun 10, 2024
1 parent 1d39943 commit f4e4b94
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.7.2](https://github.com/ehmpathy/domain-objects-metadata/compare/v0.7.1...v0.7.2) (2024-06-10)


### Bug Fixes

* **decorations:** expose the alias static decorator ([1d39943](https://github.com/ehmpathy/domain-objects-metadata/commit/1d3994345e2a770bddd0703771946ab5cc741894))

## [0.7.1](https://github.com/ehmpathy/domain-objects-metadata/compare/v0.7.0...v0.7.1) (2024-06-07)


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": "domain-objects-metadata",
"author": "ehmpathy",
"description": "Extract domain information from your domain-object definitions using type introspection.",
"version": "0.7.1",
"version": "0.7.2",
"repository": "ehmpathy/domain-objects-metadata",
"homepage": "https://github.com/ehmpathy/domain-objects-metadata",
"keywords": [
Expand Down

0 comments on commit f4e4b94

Please sign in to comment.