Skip to content

Commit 6dbbd39

Browse files
Merge pull request #358 from 4lessandrodev/feat/nodejs-version-support
docs: update changelog
2 parents 57bcab4 + 4cb88dc commit 6dbbd39

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
66

77
---
88

9+
### [3.7.2] - 2024-03-15
10+
11+
### Update
12+
13+
- update deps
14+
- added support to nodejs v21
15+
16+
---
17+
918
### [3.7.1] - 2023-12-15
1019

1120
### Update

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"engines": {
20-
"node": ">=16.x <20"
20+
"node": ">=16.x <=21"
2121
},
2222
"keywords": [
2323
"Complexity",
@@ -61,7 +61,7 @@
6161
"bcrypt": "^5.0.1",
6262
"pino": "^8.17.1",
6363
"pino-pretty": "^10.3.0",
64-
"rich-domain": "^1.19.1"
64+
"rich-domain": "^1.19.2"
6565
},
6666
"devDependencies": {
6767
"@microsoft/tsdoc": "^0.14.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,10 +3611,10 @@ rfdc@^1.3.0:
36113611
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
36123612
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
36133613

3614-
rich-domain@^1.19.1:
3615-
version "1.19.1"
3616-
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.19.1.tgz#fd611c2c455978b7ae77f06f007628480f4e740b"
3617-
integrity sha512-llO9SxD12gLx9W+2/xBt2a7lP2owBMyVqNfxNAHs3bYfTAS03/+XqLFVTTHaLb20q7viz8ftIbe39n+ttBfQpA==
3614+
rich-domain@^1.19.2:
3615+
version "1.19.2"
3616+
resolved "https://registry.yarnpkg.com/rich-domain/-/rich-domain-1.19.2.tgz#9de78eae042d6d3edb06b4536f3f02cffc814b66"
3617+
integrity sha512-jUaC6BWVR8xm6gHRzQCzfFj46JIcsRh56Unpy4FB4hEWnU0Tv/WhJHhHN4GjPjyoSUmz7XOaeJf/k7f4zWzcIQ==
36183618

36193619
rimraf@^3.0.0, rimraf@^3.0.2:
36203620
version "3.0.2"

0 commit comments

Comments
 (0)