From 56fe6cb47e1e79e0a4ec5474daab9dc3cae73947 Mon Sep 17 00:00:00 2001 From: Evan Shortiss Date: Mon, 20 May 2024 10:29:08 -0700 Subject: [PATCH] chore: prepare 7.5.0 release --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71180a4..e36e223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 08a73dd..379fdad 100644 --- a/package.json +++ b/package.json @@ -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",