feat(wp): ️ Force viewer sub domain

This commit is contained in:
Baptiste Arnaud
2022-03-23 09:20:36 +01:00
parent b16c47adb9
commit f9aba27aae
4 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.2",
"version": "2.1.3",
"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.2",
"commit": "svn ci -m 'Fix shortcode default url'"
"copy": "svn copy ./trunk ./tags/2.1.3",
"commit": "svn ci -m 'Force viewer subdomain'"
}
}