Skip to content

Commit 1e0dba5

Browse files
author
AJ Keller
committed
CHORE: Bump openbci-utilities to v0.1.1
1 parent d18ddcf commit 1e0dba5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 2.1.1
28

39
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openbci",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"gaussian": "^1.0.0",
2222
"lodash": "^4.17.4",
2323
"mathjs": "^3.14.2",
24-
"openbci-utilities": "0.1.0",
24+
"openbci-utilities": "0.1.1",
2525
"performance-now": "^2.1.0",
2626
"safe-buffer": "^5.1.1",
2727
"serialport": "4.0.7",

0 commit comments

Comments
 (0)