2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-11 18:02:26 +03:00

chore(release): publish v4.0.3 (#243)

chore(release): release

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-12 02:46:57 +02:00
committed by GitHub
parent 16ad5216db
commit 6f71ae23ee
27 changed files with 173 additions and 32 deletions
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.0.3
### Patch Changes
- [#242](https://github.com/JiLiZART/BBob/pull/242) [`16ad521`](https://github.com/JiLiZART/BBob/commit/16ad5216dbdb58f15baa79a7f4596e6281043f5f) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Added `vue3` and `react` examples in `examples` folder
For `vue2` and `vue3` plugins you can use now `<bbob-bbcode>`, `<BBobBBCode>` and `<BBCode>` tags
- Updated dependencies [[`16ad521`](https://github.com/JiLiZART/BBob/commit/16ad5216dbdb58f15baa79a7f4596e6281043f5f)]:
- @bbob/html@4.0.3
- @bbob/preset-html5@4.0.3
## 4.0.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "4.0.1",
"version": "4.0.3",
"description": "Comand line bbcode parser",
"bin": {
"bbob": "lib/cli.js"