chore(infra): release 0.28.2

This commit is contained in:
Kirill Shumilov
2019-03-28 11:58:58 +03:00
parent bfdf445c17
commit 5ad84ca6a4
3 changed files with 10 additions and 2 deletions

View File

@@ -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.
<a name="0.28.2"></a>
## 0.28.2 (2019-03-28)
### Bug fixes
* [ide] Fix upload to the default board on a fresh installation of XOD IDE (#1732)
<a name="0.28.1"></a>
## 0.28.1 (2019-03-15)

View File

@@ -6,5 +6,5 @@
"packages": [
"packages/*"
],
"version": "0.28.1"
"version": "0.28.2"
}

View File

@@ -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",