Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed May 4, 2020
1 parent e52b20a commit 3f69329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/test/float16.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @petamoriken/float16 2a826ea | MIT License - https://git.io/float16
* @petamoriken/float16 e52b20a | MIT License - https://git.io/float16
*
* @license
* lodash-es v4.17.15 | MIT License - https://lodash.com/custom-builds
Expand Down Expand Up @@ -1398,7 +1398,8 @@ var float16 = (function (exports) {
for (const val of super.values()) {
yield convertToNumber(val);
}
} // @ts-ignore
}
/** @type {() => IterableIterator<[number, number]>} */


*entries() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@petamoriken/float16",
"description": "half precision floating point for JavaScript",
"version": "1.1.1",
"version": "2.0.0",
"main": "lib/index.js",
"module": "src/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3f69329

Please sign in to comment.