diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad0f95..58128ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file. --- +### [1.26.0] - 2025-01-27 + +#### **Feat** + +- **Nodejs Version**: + - Added support for nodejs v23 + +--- + ### [1.25.1] - 2024-12-20 #### **Feat** diff --git a/package.json b/package.json index f13333b..c6f4cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rich-domain", - "version": "1.25.1", + "version": "1.26.0", "description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design", "main": "index.js", "types": "index.d.ts", @@ -15,7 +15,7 @@ "homepage": "https://github.com/4lessandrodev/rich-domain", "license": "MIT", "engines": { - "node": ">=16.x <=22" + "node": ">=16.x <=23.x" }, "devDependencies": { "@types/jest": "^28.1.8",