Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit dbe21eb

Browse files
chore(release): 2.3.1 [skip ci]
1 parent fb63cd8 commit dbe21eb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.1](https://github.com/pycom/pymakr-atom/compare/v2.3.0...v2.3.1) (2022-03-30)
2+
3+
4+
### Bug Fixes
5+
6+
* update serialport package ([4181f10](https://github.com/pycom/pymakr-atom/commit/4181f10399c21ce49c08e699840998b241744cf5))
7+
* update serialport to v10 (beat) ([34780fe](https://github.com/pycom/pymakr-atom/commit/34780feb74e795f06c1b10a4e25cfdb986a7ebcb))
8+
19
# [2.3.0](https://github.com/pycom/pymakr-atom/compare/v2.2.2...v2.3.0) (2022-02-21)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pymakr",
33
"main": "./lib/main.js",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"description": "Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files to it.",
66
"keywords": [
77
"Pycom",

0 commit comments

Comments
 (0)