Skip to content

Commit 56fe6cb

Browse files
committed
chore: prepare 7.5.0 release
1 parent e293285 commit 56fe6cb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 7.4.2 (10/08/2024)
1+
## 7.5.0 (20/05/2024)
2+
* Add `AsSet()` accessor (#173)
3+
4+
## 7.4.2 (10/05/2024)
25
* Fix docstrings for positive/negative int/float validators (#172)
36

47
## 7.4.1 (29/08/2023)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "env-var",
3-
"version": "7.4.2",
3+
"version": "7.5.0",
44
"description": "Verification, sanitization, and type coercion for environment variables in Node.js",
55
"main": "env-var.js",
66
"typings": "env-var.d.ts",

0 commit comments

Comments
 (0)