From 231f67719d642416b96aa3dd978de7685402a3a5 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 7 Dec 2025 22:10:56 -0600 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.31.5=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 2f5c7b8..f3700f0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.5](https://github.com/ehmpathy/domain-objects/compare/v0.31.4...v0.31.5) (2025-12-08) + + +### Bug Fixes + +* **practs:** bump to latest best ([#100](https://github.com/ehmpathy/domain-objects/issues/100)) ([ca3dd88](https://github.com/ehmpathy/domain-objects/commit/ca3dd88e3cea42c436aea8e1915ab6b1af3b0d87)) + ## [0.31.4](https://github.com/ehmpathy/domain-objects/compare/v0.31.3...v0.31.4) (2025-12-08) diff --git a/package.json b/package.json index d9cc7cc..bc903ea 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.4", + "version": "0.31.5", "repository": "ehmpathy/domain-objects", "homepage": "https://github.com/ehmpathy/domain-objects", "keywords": [