Skip to content

Commit d04e440

Browse files
committed
chore: bump version for release
1 parent 0686973 commit d04e440

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 7.3.0 (06/09/2022)
2+
* Add missing `asEmailString()` typings (#160)
3+
14
## 7.2.0 (01/09/2022)
25
* Add `asEmailString()` accessor (#146)
36

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.2.0",
3+
"version": "7.3.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)