2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-14 18:42:24 +03:00

chore(release): publish v2.8.2 (#156)

* chore: audit fix

* chore: release
This commit is contained in:
Nikolay Kost
2022-11-29 01:47:30 +02:00
committed by GitHub
parent 09f75f69d1
commit b2cfc23ee9
35 changed files with 294 additions and 108 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "2.8.1",
"version": "2.8.2",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
@@ -13,7 +13,7 @@
"parse"
],
"dependencies": {
"@bbob/plugin-helper": "^2.8.1"
"@bbob/plugin-helper": "^2.8.2"
},
"main": "lib/index.js",
"module": "es/index.js",