🔖 (wordpress) Deploy v3.4.0

This commit is contained in:
Baptiste Arnaud
2023-10-06 10:20:15 +02:00
parent 3838ac9c3f
commit dfcaa0f1d0
3 changed files with 9 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@typebot.io/wordpress",
"version": "3.3.0",
"version": "3.4.0",
"main": "index.js",
"repository": "https://github.com/baptisteArno/typebot.io",
"author": "baptisteArno",
"license": "AGPL-3.0-or-later",
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/3.3.0",
"commit": "svn ci -m 'Fix loading issue with Gravity Forms'"
"copy": "svn copy ./trunk ./tags/3.4.0",
"commit": "svn ci -m 'Import lib v0.2'"
}
}