Skip to content

Commit

Permalink
release: 2021-10-31, Version 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dependant-bot committed Oct 31, 2021
1 parent 75365eb commit 01e7029
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [13.0.0](https://github.com/esatterwhite/node-seeli/compare/v12.5.9...v13.0.0) (2021-10-31)


### Documentation

* **gh-pages**: update doc and example to reflect changes [75365eb](https://github.com/esatterwhite/node-seeli/commit/75365eb0839409b268aa8444516f17b53556a163) - Eric Satterwhite


### Features

* **command**: expose a `tree` getter for a json tree of a command [224c1f7](https://github.com/esatterwhite/node-seeli/commit/224c1f70036ab45ac87bc34fc300821576881f3f) - Eric Satterwhite
* **seeli**: make primary export a seeli command instance [e7fe759](https://github.com/esatterwhite/node-seeli/commit/e7fe75928f50e7ee3f2a2741c828cdc27b16147a) - Eric Satterwhite


### **BREAKING CHANGES**

* **seeli:** get/set functions replaced with single `config` function
* **seeli:** top level commands property removed

## [12.5.9](https://github.com/esatterwhite/node-seeli/compare/v12.5.8...v12.5.9) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seeli",
"version": "12.5.9",
"version": "13.0.0",
"description": "Object oriented, flexible CLI tools",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 01e7029

Please sign in to comment.