Skip to content

Commit 37b3125

Browse files
committed
Prepare 3.0.1
1 parent 285b26a commit 37b3125

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ npm install && npm test
108108

109109
## Changelog
110110

111+
### 3.0.1
112+
- Include simplex-noise.ts as source file, fixes sourcemap warnings.
113+
111114
### 3.0.0
112115
- Changed module structure. When using bundlers that import the es module even using require() the import might need to be updated.
113116
- Dependency update

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplex-noise",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
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/)",
@@ -78,4 +78,4 @@
7878
"prepare": "npm run-script build",
7979
"benchmark": "parcel build && node ./perf/benchmark.js"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)