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

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 30, 2022
1 parent 518a784 commit 35d5615
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.3.2](https://github.com/pycom/pymakr-atom/compare/v2.3.1...v2.3.2) (2022-03-30)


### Bug Fixes

* disable fixbind (for now) ([6680eb8](https://github.com/pycom/pymakr-atom/commit/6680eb8bc2c2e63c3b42c983099a1b01e266be65))
* Serialport API changed ([00ddc65](https://github.com/pycom/pymakr-atom/commit/00ddc65128c8e4d7e7aa065d8c882da8a554b302))

## [2.3.1](https://github.com/pycom/pymakr-atom/compare/v2.3.0...v2.3.1) (2022-03-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pymakr",
"main": "./lib/main.js",
"version": "2.3.1",
"version": "2.3.2",
"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.",
"keywords": [
"Pycom",
Expand Down

0 comments on commit 35d5615

Please sign in to comment.