Skip to content

Commit

Permalink
chore: prepare for 7.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Apr 24, 2023
1 parent 7629cd9 commit 027c9a1
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3.1 (24/04/2023)
* Fix parsing even floating point numbers (#166)

## 7.3.0 (06/09/2022)
* Add missing `asEmailString()` typings (#160)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Contributions are welcomed and discussed in [CONTRIBUTING.md](CONTRIBUTING.md).
* @caccialdo
* @ChibiBlasphem
* @DigiPie
* @dror-weiss
* @evanshortiss
* @gabrieloczkowski
* @hhravn
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.3.0",
"version": "7.3.1",
"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 027c9a1

Please sign in to comment.