diff --git a/changelog.md b/changelog.md index c0bf36a..7c73af2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/ehmpathy/domain-objects/compare/v0.17.0...v0.18.0) (2024-05-16) + + +### Features + +* **literal:** rename DomainValueObject to DomainLiteral for intuition++ ([fb77ff7](https://github.com/ehmpathy/domain-objects/commit/fb77ff7b31ed29ebfbd51e31c2b9576682d4b6da)) + ## [0.17.0](https://github.com/ehmpathy/domain-objects/compare/v0.16.0...v0.17.0) (2024-05-11) diff --git a/package-lock.json b/package-lock.json index cccfad6..f6f4493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "domain-objects", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "domain-objects", - "version": "0.17.0", + "version": "0.18.0", "hasInstallScript": true, "dependencies": { "@types/joi": "^17.2.3", diff --git a/package.json b/package.json index e44f152..72a8d29 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "domain-objects", "author": "ehmpathy", "description": "A simple, convenient way to represent domain objects, leverage domain knowledge, and add runtime validation in your code base.", - "version": "0.17.0", + "version": "0.18.0", "repository": "ehmpathy/domain-objects", "homepage": "https://github.com/ehmpathy/domain-objects", "keywords": [