Skip to content

Commit 2ce1b1b

Browse files
fix: bump version and build
1 parent 59c590e commit 2ce1b1b

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

browser.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* license: MIT (http://opensource.org/licenses/MIT)
77
* author: Heather Arthur <[email protected]>
88
* homepage: https://github.com/brainjs/brain.js#readme
9-
* version: 1.4.8
9+
* version: 1.4.9
1010
*
1111
* acorn:
1212
* license: MIT (http://opensource.org/licenses/MIT)
@@ -5304,6 +5304,7 @@ var DataFormatter = function () {
53045304
dataFormatter.characterTable = json.characterTable;
53055305
dataFormatter.values = json.values;
53065306
dataFormatter.characters = json.characters;
5307+
dataFormatter.specialIndexes = json.specialIndexes;
53075308
return dataFormatter;
53085309
}
53095310
}]);

browser.min.js

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utilities/data-formatter.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utilities/data-formatter.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brain.js",
33
"description": "Neural network library",
4-
"version": "1.4.8",
4+
"version": "1.4.9",
55
"author": "Heather Arthur <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)