Skip to content

Commit d160155

Browse files
authored
Releasing 2.9.0 with RP2040 support and improved interactions with Web Serial API. (#549)
1 parent 5eebad1 commit d160155

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
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-
87
## Changelog
9-
[2.9.0-beta.1] - 2022-05-17
8+
[2.9.0] - 2022-06-06
109

1110
### Added
12-
- Improved support (still in Beta) for Chrome's Web Serial API on ChromeOS. Other operating systems should not be affected.
1311
- Added support for "Arduino RP2040 Connect" board
12+
### Changed
13+
- Improved support for Chrome's Web Serial API on ChromeOS. Other operating systems should not be affected.
1414
- Simplified the communication with the Web Serial API via a messaging system which simulates
1515
the [postMessage](https://developer.chrome.com/docs/extensions/reference/runtime/#method-Port-postMessage) function available in the Chrome App Daemon (see `chrome-app-daemon.js`).
1616

17+
1718
[2.8.0] - 2022-03-21
1819
### Added
1920
- Added support (still in Beta) for Chrome's Web Serial API on ChromeOS.

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-beta.2",
3+
"version": "2.9.0",
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)