diff --git a/changelog.md b/changelog.md index 4c68ad4..56d5fa5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.3](https://github.com/ehmpathy/domain-objects-metadata/compare/v0.4.2...v0.4.3) (2024-04-25) + + +### Bug Fixes + +* **extract:** enable extraction of type-alias reference property metadata ([ab0c998](https://github.com/ehmpathy/domain-objects-metadata/commit/ab0c99888e9114d0ba6da48f8217dd6dfd8121bc)), closes [#1](https://github.com/ehmpathy/domain-objects-metadata/issues/1) +* **extract:** ensure array of enum is supported without schema error ([f406157](https://github.com/ehmpathy/domain-objects-metadata/commit/f406157451f1d73e00354245396a9c1a429a08ca)) + ## [0.4.2](https://github.com/ehmpathy/domain-objects-metadata/compare/v0.4.1...v0.4.2) (2024-04-24) diff --git a/package-lock.json b/package-lock.json index 8f1ed96..83c07a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "domain-objects-metadata", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "domain-objects-metadata", - "version": "0.4.2", + "version": "0.4.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ca5848a..2dd8dfd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "domain-objects-metadata", "author": "ehmpathy", "description": "Extract domain information from your domain-object definitions using type introspection.", - "version": "0.4.2", + "version": "0.4.3", "repository": "ehmpathy/domain-objects-metadata", "homepage": "https://github.com/ehmpathy/domain-objects-metadata", "keywords": [