Skip to content

Commit

Permalink
chore: prepare 7.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed May 20, 2024
1 parent e293285 commit 56fe6cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 7.4.2 (10/08/2024)
## 7.5.0 (20/05/2024)
* Add `AsSet()` accessor (#173)

## 7.4.2 (10/05/2024)
* Fix docstrings for positive/negative int/float validators (#172)

## 7.4.1 (29/08/2023)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "env-var",
"version": "7.4.2",
"version": "7.5.0",
"description": "Verification, sanitization, and type coercion for environment variables in Node.js",
"main": "env-var.js",
"typings": "env-var.d.ts",
Expand Down

0 comments on commit 56fe6cb

Please sign in to comment.