This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
neverthrow@7.0.0
Major Changes
#5535a3af0a Thanks @m-shaka! - Declare the minimum supported Node.js version
Neverthrow does not depend on any Node.js version-specific features, so it should work with any version of Node.js that supports ES6 and other runtimes like Browser, Deno, etc.
However, for the sake of maintaining a consistent development environment, we should declare the minimum supported version of Node.js in the engines field of the package.json file.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
neverthrow@7.0.0
Major Changes
#553
5a3af0a
Thanks @m-shaka! - Declare the minimum supported Node.js versionNeverthrow
does not depend on any Node.js version-specific features, so it should work with any version of Node.js that supports ES6 and other runtimes like Browser, Deno, etc.However, for the sake of maintaining a consistent development environment, we should declare the minimum supported version of Node.js in the
engines
field of thepackage.json
file.