From 89d3bbe9873ae6aaa03ca6e3f7f9b2bf21247f80 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 11 May 2024 16:10:08 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.17.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 537bdc4..c0bf36a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0](https://github.com/ehmpathy/domain-objects/compare/v0.16.0...v0.17.0) (2024-05-11) + + +### Features + +* **schema:** support zod schema for runtime validation ([#39](https://github.com/ehmpathy/domain-objects/issues/39)) ([b6c4000](https://github.com/ehmpathy/domain-objects/commit/b6c4000f86e9e5980e183d97170ee528621bce7e)) + ## [0.16.0](https://github.com/ehmpathy/domain-objects/compare/v0.15.0...v0.16.0) (2024-05-11) diff --git a/package-lock.json b/package-lock.json index 5e8b4c1..cccfad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "domain-objects", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "domain-objects", - "version": "0.16.0", + "version": "0.17.0", "hasInstallScript": true, "dependencies": { "@types/joi": "^17.2.3", diff --git a/package.json b/package.json index 340ba7a..e44f152 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.16.0", + "version": "0.17.0", "repository": "ehmpathy/domain-objects", "homepage": "https://github.com/ehmpathy/domain-objects", "keywords": [