fix(wp): 🐛 Shortcode default URL

This commit is contained in:
Baptiste Arnaud
2022-03-21 15:54:10 +01:00
parent 53fb34d2ad
commit 5d3010d280
4 changed files with 13 additions and 7 deletions

View File

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