From eebfd076f6fbc5b726591487c6081e926248d84e Mon Sep 17 00:00:00 2001 From: Dependant Bot Date: Tue, 2 Mar 2021 22:56:40 +0000 Subject: [PATCH] chore(release): 12.2.0 [skip ci] # [12.2.0](https://github.com/esatterwhite/node-seeli/compare/v12.1.4...v12.2.0) (2021-03-02) ### Features * **seeli:** add basic support for plugins ([782a066](https://github.com/esatterwhite/node-seeli/commit/782a06602f35fbb7fdc2a56f95f030bfd5afa229)), closes [#39](https://github.com/esatterwhite/node-seeli/issues/39) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631ab23..d693ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changlog +# [12.2.0](https://github.com/esatterwhite/node-seeli/compare/v12.1.4...v12.2.0) (2021-03-02) + + +### Features + +* **seeli:** add basic support for plugins ([782a066](https://github.com/esatterwhite/node-seeli/commit/782a06602f35fbb7fdc2a56f95f030bfd5afa229)), closes [#39](https://github.com/esatterwhite/node-seeli/issues/39) + ## [12.1.4](https://github.com/esatterwhite/node-seeli/compare/v12.1.3...v12.1.4) (2021-03-01) diff --git a/package.json b/package.json index 3c4e617..03d0d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seeli", - "version": "12.1.4", + "version": "12.2.0", "description": "Object oriented, flexible CLI tools", "main": "index.js", "directories": {