(wordpress) Add lib_version prop in shortcode

Closes #1035
This commit is contained in:
Baptiste Arnaud
2023-11-30 17:25:37 +01:00
parent 8d413f0865
commit eeac493387
6 changed files with 19 additions and 9 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@typebot.io/wordpress",
"version": "3.4.2",
"version": "3.5.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.4.2",
"commit": "svn ci -m 'Affect v0.2.15 to Standard embed'"
"copy": "svn copy ./trunk ./tags/3.5.0",
"commit": "svn ci -m 'Add lib_version attr in shortcode'"
}
}