Skip to content

Commit

Permalink
Prepare 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Jan 4, 2022
1 parent 285b26a commit 37b3125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ npm install && npm test

## Changelog

### 3.0.1
- Include simplex-noise.ts as source file, fixes sourcemap warnings.

### 3.0.0
- Changed module structure. When using bundlers that import the es module even using require() the import might need to be updated.
- Dependency update
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": "3.0.0",
"version": "3.0.1",
"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 @@ -78,4 +78,4 @@
"prepare": "npm run-script build",
"benchmark": "parcel build && node ./perf/benchmark.js"
}
}
}

0 comments on commit 37b3125

Please sign in to comment.