From 628e6b11454e6c743bd4200f7bd92bd3bd13fb97 Mon Sep 17 00:00:00 2001 From: Dependant Bot Date: Mon, 1 Mar 2021 20:33:45 +0000 Subject: [PATCH] chore(release): 12.1.4 [skip ci] ## [12.1.4](https://github.com/esatterwhite/node-seeli/compare/v12.1.3...v12.1.4) (2021-03-01) ### Bug Fixes * **command:** fix resolving of subcommands ([6df9776](https://github.com/esatterwhite/node-seeli/commit/6df97768466b6339cd9e74a7e450099d4070b19f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b85df..631ab23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changlog +## [12.1.4](https://github.com/esatterwhite/node-seeli/compare/v12.1.3...v12.1.4) (2021-03-01) + + +### Bug Fixes + +* **command:** fix resolving of subcommands ([6df9776](https://github.com/esatterwhite/node-seeli/commit/6df97768466b6339cd9e74a7e450099d4070b19f)) + ## [12.1.3](https://github.com/esatterwhite/node-seeli/compare/v12.1.2...v12.1.3) (2021-03-01) diff --git a/package.json b/package.json index 1b20d8b..be64242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seeli", - "version": "12.1.3", + "version": "12.1.4", "description": "Object oriented, flexible CLI tools", "main": "index.js", "directories": {