Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent 46b0de4 commit edaaee5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.0.2](https://github.com/humanwhocodes/env/compare/v3.0.1...v3.0.2) (2024-01-18)


### Bug Fixes

* **types:** widen too-narrow types ([#102](https://github.com/humanwhocodes/env/issues/102)) ([6ad2e51](https://github.com/humanwhocodes/env/commit/6ad2e511f37f791d4cd2820e8895faa9be9da6ec))
* use TypeScript overloading ([#99](https://github.com/humanwhocodes/env/issues/99)) ([6592f06](https://github.com/humanwhocodes/env/commit/6592f069a7df46b0714d0baea3b69cd716a61e2d))

## [3.0.1](https://github.com/humanwhocodes/env/compare/v3.0.0...v3.0.1) (2023-09-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/env",
"version": "3.0.1",
"version": "3.0.2",
"description": "A utility to verify that environment variables exist.",
"type": "module",
"main": "dist/env.cjs",
Expand Down

0 comments on commit edaaee5

Please sign in to comment.