Skip to content

Commit

Permalink
prepare 4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Jul 26, 2024
1 parent 1c248e6 commit 6bfff87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.3
- Additional tweaks to __PURE__ annotations to avoid warnings in rollup.js. Contributed by [Damien Seguin](https://github.com/dmnsgn).

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

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.2",
"version": "4.0.3",
"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 <jonas@29a.ch> (http://29a.ch/)",
Expand Down Expand Up @@ -80,4 +80,4 @@
"prepare": "npm run-script build",
"benchmark": "npm run build && cd perf && ./benchmark.sh"
}
}
}
2 changes: 1 addition & 1 deletion simplex-noise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Which is based on example code by Stefan Gustavson (stegu@itn.liu.se).
With Optimisations by Peter Eastman (peastman@drizzle.stanford.edu).
Better rank ordering method by Stefan Gustavson in 2012.
Copyright (c) 2022 Jonas Wagner
Copyright (c) 2024 Jonas Wagner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 6bfff87

Please sign in to comment.