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

Commit

Permalink
Merge pull request #286 from pycom/fix-removed-deprecated-sync-project
Browse files Browse the repository at this point in the history
Fix-removed-deprecated-sync-project
  • Loading branch information
Jakob Rosenberg authored Jan 31, 2022
2 parents 208d7cb + 7df8f8a commit 01989e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.1](https://github.com/pycom/pymakr-atom/compare/v2.2.0...v2.2.1) (2022-01-13)


### Bug Fixes

* bindings fallbacks were limited to download ([9d3bfc7](https://github.com/pycom/pymakr-atom/commit/9d3bfc787a297df697f900bacced7f8e50788bf5))
* bindings were broke ([dfda4c4](https://github.com/pycom/pymakr-atom/commit/dfda4c49f4ef179f930b243e03f7a9ef58ef3c3a))

## [2.1.14] - 05.05.2021
### Fixed
* project improvements
Expand Down
4 changes: 0 additions & 4 deletions menus/pycom-sync.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
{
"label": "Run current file",
"command": "pymakr:run"
},
{
"label": "Synchronize project",
"command": "pymakr:sync"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "2.2.1",
"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 01989e0

Please sign in to comment.