mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-05 16:42:27 +03:00
chore(release): publish v2.9.0 (#170)
* chore: update readme to latest API * chore: release 2.9.0
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.9.0](https://github.com/JiLiZART/bbob/compare/v2.8.3...v2.9.0) (2023-01-29)
|
||||
|
||||
**Note:** Version bump only for package @bbob/cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.8.3](https://github.com/JiLiZART/bbob/compare/v2.8.2...v2.8.3) (2022-12-18)
|
||||
|
||||
|
||||
|
||||
Generated
+4
-4
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@bbob/cli",
|
||||
"version": "2.8.3",
|
||||
"version": "2.9.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@bbob/cli",
|
||||
"version": "2.8.3",
|
||||
"version": "2.9.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@bbob/html": "^2.8.3",
|
||||
"@bbob/preset-html5": "^2.8.3",
|
||||
"@bbob/html": "^2.9.0",
|
||||
"@bbob/preset-html5": "^2.9.0",
|
||||
"commander": "^2.15.1"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bbob/cli",
|
||||
"version": "2.8.3",
|
||||
"version": "2.9.0",
|
||||
"description": "Comand line bbcode parser",
|
||||
"main": "lib/cli.js",
|
||||
"bin": {
|
||||
@@ -10,8 +10,8 @@
|
||||
"lib": "lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bbob/html": "^2.8.3",
|
||||
"@bbob/preset-html5": "^2.8.3",
|
||||
"@bbob/html": "^2.9.0",
|
||||
"@bbob/preset-html5": "^2.9.0",
|
||||
"commander": "^2.15.1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user