Skip to content

Commit 8b5e842

Browse files
committed
Bumped version and updated readme
1 parent d30fb0a commit 8b5e842

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
# arduino-create-agent-js-client
55
JS module providing discovery of the [Arduino Create Agent](https://github.com/arduino/arduino-create-agent) and communication with it
66

7+
78
## 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)
913

14+
## Changelog
15+
[2.9.0] - 2022-06-06
1016
### Added
1117
- Added support for "Arduino RP2040 Connect" board
1218
### Changed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-create-agent-js-client",
3-
"version": "2.9.0",
3+
"version": "2.9.1-alpha.1",
44
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)