From 19d437692321b57cfecb40b51ac8c07c4469d46a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jan 2025 09:37:36 +0000 Subject: [PATCH] update version --- .changeset/curvy-students-yawn.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curvy-students-yawn.md diff --git a/.changeset/curvy-students-yawn.md b/.changeset/curvy-students-yawn.md deleted file mode 100644 index 1842694..0000000 --- a/.changeset/curvy-students-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/enviconf": minor ---- - -add new decorator-less config style using `config()` function diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee7d6b..d70664f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @labdigital/enviconf +## 0.7.0 + +### Minor Changes + +- 0b1ab9b: add new decorator-less config style using `config()` function + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index cabc149..819c1d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/enviconf", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "author": "Lab Digital ", "description": "A simple library to parse environment variables",