Skip to content

Commit

Permalink
Merge pull request #119 from 4lessandrodev/feat/nodejs-version-support
Browse files Browse the repository at this point in the history
feat: added support to nodejs v21
  • Loading branch information
4lessandrodev committed Mar 15, 2024
2 parents 4eb09ce + f1df9bb commit da92fa3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.

---

### [1.19.2] - 2024-03-15

### Changed

- change: added support to nodejs v21

---

### [1.19.1] - 2023-12-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-domain",
"version": "1.19.1",
"version": "1.19.2",
"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",
Expand All @@ -15,7 +15,7 @@
"homepage": "https://github.com/4lessandrodev/rich-domain",
"license": "MIT",
"engines": {
"node": ">=16.x <19"
"node": ">=16.x <=21"
},
"devDependencies": {
"@types/jest": "^28.1.8",
Expand Down

0 comments on commit da92fa3

Please sign in to comment.