From 9b1749327ac275ae7548ffee44c494f65996c6fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Oct 2022 12:19:31 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/connorjburton/senvf/compare/v1.0.1...v2.0.0) (2022-10-02) * fix!: change fallback logic & update return type ([55be33f](https://github.com/connorjburton/senvf/commit/55be33ffcff57a8f0c4ad40f9a5b2039ad74488e)) ### BREAKING CHANGES * no longer uses fallback value for falsey values (null) return types have been updated to unknown rather than string | undefined --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea6e1d..139ba3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [2.0.0](https://github.com/connorjburton/senvf/compare/v1.0.1...v2.0.0) (2022-10-02) + + +* fix!: change fallback logic & update return type ([55be33f](https://github.com/connorjburton/senvf/commit/55be33ffcff57a8f0c4ad40f9a5b2039ad74488e)) + + +### BREAKING CHANGES + +* no longer uses fallback value for falsey values (null) +return types have been updated to unknown rather than string | undefined + ## [1.0.1](https://github.com/connorjburton/senvf/compare/v1.0.0...v1.0.1) (2022-09-24) ### Bug Fixes diff --git a/package.json b/package.json index 1656f0f..2f6dc92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "senvf", - "version": "1.0.1", + "version": "2.0.0", "description": "A secure & sensible replacement for process.env", "license": "MIT", "author": "Connor Burton",