We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18ddcf commit 1e0dba5Copy full SHA for 1e0dba5
changelog.md
@@ -1,3 +1,9 @@
1
+# 2.1.2
2
+
3
+### Enhancements
4
5
+* Update openbci-utilities to v0.1.1 to patch for sendCounts.
6
7
# 2.1.1
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "openbci",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
"main": "index.js",
"scripts": {
@@ -21,7 +21,7 @@
21
"gaussian": "^1.0.0",
22
"lodash": "^4.17.4",
23
"mathjs": "^3.14.2",
24
- "openbci-utilities": "0.1.0",
+ "openbci-utilities": "0.1.1",
25
"performance-now": "^2.1.0",
26
"safe-buffer": "^5.1.1",
27
"serialport": "4.0.7",
0 commit comments