From 01e70294a458c2e376fb5017d8ed6944d4641e82 Mon Sep 17 00:00:00 2001 From: Dependant Bot Date: Sun, 31 Oct 2021 19:37:23 +0000 Subject: [PATCH] release: 2021-10-31, Version 13.0.0 [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2519a3..c89d3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9576b76..fd26929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seeli", - "version": "12.5.9", + "version": "13.0.0", "description": "Object oriented, flexible CLI tools", "main": "index.js", "directories": {