From 739704ad778fccd6638036bd715eb49b07f6012c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Oct 2022 08:11:39 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/niloysikdar/neoenv/compare/v1.0.2...v1.1.0) (2022-10-17) ### Features * **generate:** immutable config object ([#2](https://github.com/niloysikdar/neoenv/issues/2)) ([21ba82c](https://github.com/niloysikdar/neoenv/commit/21ba82c3cbd9e1377f68b8fffac26832fb42b4b4)), closes [#1](https://github.com/niloysikdar/neoenv/issues/1) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a763f..08da805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/niloysikdar/neoenv/compare/v1.0.2...v1.1.0) (2022-10-17) + + +### Features + +* **generate:** immutable config object ([#2](https://github.com/niloysikdar/neoenv/issues/2)) ([21ba82c](https://github.com/niloysikdar/neoenv/commit/21ba82c3cbd9e1377f68b8fffac26832fb42b4b4)), closes [#1](https://github.com/niloysikdar/neoenv/issues/1) + ## [1.0.2](https://github.com/niloysikdar/neoenv/compare/v1.0.1...v1.0.2) (2022-10-07) diff --git a/package.json b/package.json index e39150a..2582325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neoenv", - "version": "1.0.2", + "version": "1.1.0", "description": "🔐 Lightweight, zero-dependency, new generation module for hassle free, clean, typed and safe environment variables management for modern developers 🔥 Supercharge your .env using neoenv with more advanced controls and powers ☄️🚀", "author": { "name": "Niloy Sikdar",