From 2af6d03746392654708d4ca9c7cbf8299675e0a1 Mon Sep 17 00:00:00 2001 From: Zuri Klaschka Date: Tue, 29 Oct 2024 03:35:04 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20Release=20v1.0.0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ deno.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f404b5..590b344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [1.0.0](https://github.com/wuespace/envar/compare/v0.1.0...v1.0.0) (2024-10-29) + + +### Features + +* :boom: Replace `[VAR]_PATH` with `[VAR]_FILE` ([a35bb63](https://github.com/wuespace/envar/commit/a35bb6368c5cd20ce1aaddb6726a6ca0ce216b11)) + + +### BREAKING CHANGES + +* The `[VAR]_PATH` environment variable has been replaced with `[VAR]_FILE`. + + + + + ## [0.1.0](https://github.com/wuespace/envar/compare/v0.0.4...v0.1.0) (2024-10-29) diff --git a/deno.json b/deno.json index 73df059..85e1247 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@wuespace/envar", - "version": "0.1.0", + "version": "1.0.0", "exports": "./mod.ts", "license": "MIT", "publish": {