Skip to content

Commit 6bfff87

Browse files
committed
prepare 4.0.3 release
1 parent 1c248e6 commit 6bfff87

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ const simplex = {
143143

144144
## Changelog
145145

146+
### 4.0.3
147+
- Additional tweaks to __PURE__ annotations to avoid warnings in rollup.js. Contributed by [Damien Seguin](https://github.com/dmnsgn).
148+
146149
### 4.0.2
147150
- Tweaked __PURE__ annotations to avoid warnings in rollup.js. Contributed by [Damien Seguin](https://github.com/dmnsgn).
148151

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplex-noise",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "simplex-noise is a fast simplex noise implementation in Javascript. Works in node and in the browser.",
55
"homepage": "https://github.com/jwagner/simplex-noise.js",
66
"author": "Jonas Wagner <[email protected]> (http://29a.ch/)",
@@ -80,4 +80,4 @@
8080
"prepare": "npm run-script build",
8181
"benchmark": "npm run build && cd perf && ./benchmark.sh"
8282
}
83-
}
83+
}

simplex-noise.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Which is based on example code by Stefan Gustavson ([email protected]).
66
With Optimisations by Peter Eastman ([email protected]).
77
Better rank ordering method by Stefan Gustavson in 2012.
88
9-
Copyright (c) 2022 Jonas Wagner
9+
Copyright (c) 2024 Jonas Wagner
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)