Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2022-10-02)

* fix!: change fallback logic & update return type ([55be33f](55be33f))

### BREAKING CHANGES

* no longer uses fallback value for falsey values (null)
return types have been updated to unknown rather than string | undefined
  • Loading branch information
semantic-release-bot committed Oct 2, 2022
1 parent b404dfa commit 9b17493
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9b17493

Please sign in to comment.