diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c8ec9..5adce82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://github.com/pycom/pymakr-atom/compare/v2.2.1...v2.2.2) (2022-01-31) + + +### Bug Fixes + +* removed deprecated "synchronize project" ([7df8f8a](https://github.com/pycom/pymakr-atom/commit/7df8f8a4f61d1b756170bbf25d5b3a7d6142412d)) + ## [2.2.1](https://github.com/pycom/pymakr-atom/compare/v2.2.0...v2.2.1) (2022-01-13) diff --git a/package-lock.json b/package-lock.json index f8a308f..4d01896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pymakr", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pymakr", - "version": "2.2.1", + "version": "2.2.2", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 00b43d0..4abc9d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pymakr", "main": "./lib/main.js", - "version": "2.2.1", + "version": "2.2.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",