We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5a479 commit 54e765fCopy full SHA for 54e765f
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# CHANGELOG
2
3
-# 1.0.0
+# 1.0.5
4
+
5
+- Support builds with embeeded benchmark data.
6
7
+# 1.0.4
8
-- Ported from from TypeScript to JavaScript
9
+- Dropped support for Internet Explorer 11, Safari before version 11.
10
11
+# 1.0.0
12
-```
13
+- Ported from from TypeScript to JavaScript.
package.json
@@ -1,6 +1,6 @@
{
"name": "detect-gpu-js",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "Detect and rate GPU based on its GFXBench scores",
"author": "Soft8Soft",
"license": "MIT",
0 commit comments