Skip to content

Commit

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


### Bug Fixes

* **docs:** improve the helpfulness of omitMetadataValues jsdoc ([dedc363](https://www.github.com/ehmpathy/domain-objects/commit/dedc363c306f322e3b8b7ef79cb4d0ec820d2e31))

## [0.10.0](https://www.github.com/ehmpathy/domain-objects/compare/v0.9.3...v0.10.0) (2022-12-07)


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.10.0",
"version": "0.10.1",
"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 3f13ab6

Please sign in to comment.