Skip to content

Commit

Permalink
chore(release): v0.10.0 🎉 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Dec 7, 2022
1 parent 34b38f5 commit 89945ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.10.0](https://www.github.com/ehmpathy/domain-objects/compare/v0.9.3...v0.10.0) (2022-12-07)


### Features

* **entity:** support entities being unique on more than one set of keys ([e39da1e](https://www.github.com/ehmpathy/domain-objects/commit/e39da1e6c55eb805af1c0b92577f426c5c90014b))
* **metadata:** add DomainObject.metadata prop, expose getMetadataKeys and omitMetadataValues methods ([34b38f5](https://www.github.com/ehmpathy/domain-objects/commit/34b38f597eb2f592d14ea638620b1963672a317e))

### [0.9.3](https://www.github.com/ehmpathy/domain-objects/compare/v0.9.2...v0.9.3) (2022-12-06)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "domain-objects",
"version": "0.9.3",
"version": "0.10.0",
"description": "A simple, convenient way to represent domain objects, leverage domain knowledge, and add runtime validation in your code base.",
"author": "UladKasach @uladkasach",
"license": "MIT",
Expand Down

0 comments on commit 89945ac

Please sign in to comment.