mirror of
https://github.com/xodio/xod.git
synced 2026-03-05 16:34:04 +01:00
chore(infra): release 0.28.2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.28.1"
|
||||
"version": "0.28.2"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user