From 038d0458cb2daec2bb54662bcfa7d9308183eec9 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 7 Dec 2025 22:56:14 -0600 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.31.6=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f3700f0..3f7729f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.6](https://github.com/ehmpathy/domain-objects/compare/v0.31.5...v0.31.6) (2025-12-08) + + +### Bug Fixes + +* **refs:** nested dobjs should be instantiated as refs ([#102](https://github.com/ehmpathy/domain-objects/issues/102)) ([93021de](https://github.com/ehmpathy/domain-objects/commit/93021de948b377d6457e365e21346fb15fa70247)) + ## [0.31.5](https://github.com/ehmpathy/domain-objects/compare/v0.31.4...v0.31.5) (2025-12-08) diff --git a/package.json b/package.json index bc903ea..05ec0bd 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.31.5", + "version": "0.31.6", "repository": "ehmpathy/domain-objects", "homepage": "https://github.com/ehmpathy/domain-objects", "keywords": [