2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-14 18:42:24 +03:00
This commit is contained in:
Nikolay Kostyurin
2018-10-12 00:45:25 +02:00
parent 575c1bb932
commit 6d37793001
14 changed files with 146 additions and 17 deletions
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="2.2.0"></a>
# 2.2.0 (2018-10-11)
### Features
* new [@bbob](https://github.com/bbob)/html api ([#4](https://github.com/JiLiZART/bbob/issues/4)) ([575c1bb](https://github.com/JiLiZART/bbob/commit/575c1bb))
<a name="2.0.3"></a>
## <small>2.0.3 (2018-10-07)</small>
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "2.0.3",
"version": "2.2.0",
"description": "Comand line bbcode parser",
"main": "lib/bbob.js",
"bin": {
@@ -10,8 +10,8 @@
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^2.1.1",
"@bbob/preset-html5": "^2.1.2",
"@bbob/html": "^2.2.0",
"@bbob/preset-html5": "^2.2.0",
"commander": "^2.15.1"
},
"repository": {