Skip to content

Commit 3653980

Browse files
authored
Merge pull request #554 from supermacro/changeset-release/master
Version Packages
2 parents 34b513f + b4a9e1d commit 3653980

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/chilled-pugs-knock.md

-10
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# neverthrow
2+
3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- [#553](https://github.com/supermacro/neverthrow/pull/553) [`5a3af0a`](https://github.com/supermacro/neverthrow/commit/5a3af0a55d0c440dfd50bfbbe021c6e4b973184b) Thanks [@m-shaka](https://github.com/m-shaka)! - Declare the minimum supported Node.js version
8+
9+
`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.
10+
11+
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neverthrow",
3-
"version": "6.2.2",
3+
"version": "7.0.0",
44
"description": "Stop throwing errors, and instead return Results!",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)