Skip to content

Commit 6c8568a

Browse files
committed
2.3.0
1 parent 7646ba8 commit 6c8568a

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ make tests
7474

7575
## Changelog
7676

77+
### 2.3.0
78+
- Corrected generation of permutation table
79+
- Moved tests to mocha/chai
80+
- Cleanup
81+
7782
### 2.2.0
7883
- Small performance improvement for 2D noise
7984

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "simplex-noise",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
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/)",
77
"main": "./simplex-noise",
8+
"files": "simplex-noise.js",
89
"devDependencies": {
910
"alea": "0.0.9",
1011
"benchmark": "~2.1.0",

simplex-noise.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)