2
0

🔖 (wordpress) Release v3.0.0

This commit is contained in:
Baptiste Arnaud
2023-02-21 15:53:39 +01:00
parent debdac12ff
commit 9b6fe6cd93
2 changed files with 14 additions and 8 deletions

View File

@ -7,11 +7,11 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "0.19.3",
"prettier": "2.8.3"
"prettier": "2.8.4"
},
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/2.1.11",
"commit": "svn ci -m 'Fix standard embed when window loaded'"
"copy": "svn copy ./trunk ./tags/3.0.0",
"commit": "svn ci -m 'Introduce new bot engine'"
}
}