Skip to content

Commit

Permalink
prepare 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Jul 10, 2024
1 parent 69e1295 commit 2db68ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ const simplex = {

## Changelog

### 4.0.2
- Tweaked __PURE__ annotations to avoid warnings in rollup.js. Contributed by [Damien Seguin](https://github.com/dmnsgn).

### 4.0.1
- Explicitly defined the return type of `createNoise4D` to be `NoiseFunction4D`.
Contributed by [satelllte](https://github.com/satelllte).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplex-noise",
"version": "4.0.1",
"version": "4.0.2",
"description": "simplex-noise is a fast simplex noise implementation in Javascript. Works in node and in the browser.",
"homepage": "https://github.com/jwagner/simplex-noise.js",
"author": "Jonas Wagner <[email protected]> (http://29a.ch/)",
Expand Down Expand Up @@ -79,4 +79,4 @@
"prepare": "npm run-script build",
"benchmark": "npm run build && cd perf && ./benchmark.sh"
}
}
}

0 comments on commit 2db68ca

Please sign in to comment.