fix(wp): 🐛 Auto open chat bubble

This commit is contained in:
Baptiste Arnaud
2022-04-02 12:04:39 +02:00
parent 327da3104d
commit a4d4576e48
4 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.4",
"version": "2.1.5",
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "baptisteArno",
@@ -10,7 +10,7 @@
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"copy": "svn copy ./trunk ./tags/2.1.4",
"commit": "svn ci -m 'Fix empty typebot URL'"
"copy": "svn copy ./trunk ./tags/2.1.5",
"commit": "svn ci -m 'Fix auto open bubble'"
}
}