From 83b14622bdbd72843e3311d669443107fe1d1415 Mon Sep 17 00:00:00 2001 From: Zuri Klaschka Date: Tue, 29 Oct 2024 02:39:45 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20Release=20v0.1.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 | 11 +++++++++++ deno.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7164fe0..3f404b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [0.1.0](https://github.com/wuespace/envar/compare/v0.0.4...v0.1.0) (2024-10-29) + + +### Features + +* :bookmark: Initial release ([2b5084c](https://github.com/wuespace/envar/commit/2b5084c559dd11800adb4d5005be7f2d718b2f04)) + + + + + ### [0.0.4](https://github.com/wuespace/envar/compare/v0.0.3...v0.0.4) (2024-10-29) diff --git a/deno.json b/deno.json index c535a83..73df059 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@wuespace/envar", - "version": "0.0.4", + "version": "0.1.0", "exports": "./mod.ts", "license": "MIT", "publish": {