1 parent d30fb0a commit 8b5e842Copy full SHA for 8b5e842
README.md
@@ -4,9 +4,15 @@
4
# arduino-create-agent-js-client
5
JS module providing discovery of the [Arduino Create Agent](https://github.com/arduino/arduino-create-agent) and communication with it
6
7
+
8
## Changelog
-[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)
13
14
+## Changelog
15
+[2.9.0] - 2022-06-06
16
### Added
17
- Added support for "Arduino RP2040 Connect" board
18
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arduino-create-agent-js-client",
3
- "version": "2.9.0",
+ "version": "2.9.1-alpha.1",
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments