We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce9914 commit e2f6345Copy full SHA for e2f6345
CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
## [Releases]
6
7
+## 0.22.8 - 2021-12-03
8
+
9
+* Fix create new service from existing. Again.
10
+* Improvements to file upload, now shows filename and size
11
+* Import-Export view now requires a button click to confirm import
12
+* Fix block descriptions
13
+* Forbid GoTo element from going to session start
14
+* Alexa Skills permissions are now configurable
15
16
### 0.22.7 - 2021-11-17 ###
17
18
* Fix create new service from existing
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zef-dev/convoworks-editor",
3
- "version": "0.22.7",
+ "version": "0.22.8",
"description": "Editor GUI for the Convoworks framework",
"author": "zef-dev",
"license": "MIT",
0 commit comments