Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Sep 6, 2022
1 parent 0686973 commit d04e440
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.3.0 (06/09/2022)
* Add missing `asEmailString()` typings (#160)

## 7.2.0 (01/09/2022)
* Add `asEmailString()` accessor (#146)

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.2.0",
"version": "7.3.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 d04e440

Please sign in to comment.