File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
# arduino-create-agent-js-client
5
5
JS module providing discovery of the [ Arduino Create Agent] ( https://github.com/arduino/arduino-create-agent ) and communication with it
6
6
7
+
7
8
## Changelog
8
- [ 2.9.0] - 2022-06-06
9
+ [ 2.9.1-alpha.1] - 2022-07-28
10
+
11
+ ### Added
12
+ - Added support for ESP boards (experimental)
9
13
14
+ ## Changelog
15
+ [ 2.9.0] - 2022-06-06
10
16
### Added
11
17
- Added support for "Arduino RP2040 Connect" board
12
18
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-create-agent-js-client" ,
3
- "version" : " 2.9.0 " ,
3
+ "version" : " 2.9.1-alpha.1 " ,
4
4
"description" : " JS module providing discovery of the Arduino Create Plugin and communication with it" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
You can’t perform that action at this time.
0 commit comments