diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e1534e..32f64c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## 0.28.2 (2019-03-28) + +### Bug fixes + +* [ide] Fix upload to the default board on a fresh installation of XOD IDE (#1732) + ## 0.28.1 (2019-03-15) diff --git a/lerna.json b/lerna.json index 34417a3e..bd62dc18 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ "packages": [ "packages/*" ], - "version": "0.28.1" + "version": "0.28.2" } diff --git a/packages/xod-client-electron/package.json b/packages/xod-client-electron/package.json index 5c5f1ff9..7bbdcf04 100644 --- a/packages/xod-client-electron/package.json +++ b/packages/xod-client-electron/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0", "main": "src-babel/app/main.js", "name": "xod-client-electron", - "version": "0.28.1", + "version": "0.28.2", "scripts": { "build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"", "build:gui": "webpack --colors",