Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#198)
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] authored Dec 30, 2024
1 parent 169b263 commit ce6ac12
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.5"
".": "4.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/humanwhocodes/env/compare/v3.0.5...v4.0.0) (2024-12-02)


### ⚠ BREAKING CHANGES

* Adds `engines.node` field in `package.json` with value of `^16.20.0 || ^18.0.0 || ^20.0.0 || ^22.0.0`. Versions which do not satisfy this range are unsupported.

### Features

* establish baseline Node.js version support ([#184](https://github.com/humanwhocodes/env/issues/184)) ([8600392](https://github.com/humanwhocodes/env/commit/8600392de65b0d986515855144b9b280e78f2984))

## [3.0.5](https://github.com/humanwhocodes/env/compare/v3.0.4...v3.0.5) (2024-06-11)


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.5",
"version": "4.0.0",
"description": "A utility to verify that environment variables exist.",
"type": "module",
"main": "dist/env.cjs",
Expand Down

0 comments on commit ce6ac12

Please sign in to comment.