From 06288cc6665c7e330a07b2ff05762f491c28f7f8 Mon Sep 17 00:00:00 2001 From: goszczynskip Date: Fri, 21 Jul 2023 09:14:10 +0000 Subject: [PATCH] chore: release 0.1.7 [skip ci] --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9daf9..74f033a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.1.7](https://github.com/tonik/env-plus/compare/0.1.6...0.1.7) (2023-07-21) + ## [0.1.6](https://github.com/tonik/env-plus/compare/0.1.5...0.1.6) (2023-07-20) diff --git a/package.json b/package.json index 3f9a427..12f1288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tonik/env-plus", - "version": "0.1.6", + "version": "0.1.7", "description": "Environment variables toolkit for node applications", "main": "dist/index.js", "module": "dist/index.mjs",