Skip to content

Commit

Permalink
chore: prepare for v7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed May 9, 2024
1 parent 7836ef1 commit 797f432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.4.2 (10/08/2024)
* Fix docstrings for positive/negative int/float validators (#172)

## 7.4.1 (29/08/2023)
* Fix 7.4.0 issues with `create-react-app` polyfill (#168)

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.1",
"version": "7.4.2",
"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 797f432

Please sign in to comment.