From a2e1810718da4bb211862315126c974e141fde8e Mon Sep 17 00:00:00 2001 From: DEVKING Date: Tue, 27 Apr 2021 09:12:35 +0000 Subject: [PATCH] TAG: 0.2.6 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615a1be..91b32d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [0.2.6](https://github.com/cogsmith/hive/compare/0.2.6...main) @ [2021-04-27](https://github.com/cogsmith/hive/releases/tag/0.2.6) + +## DIFF +- [3 COMMITS SINCE LAST TAG = 0.2.5](https://github.com/cogsmith/hive/compare/0.2.5...0.2.6) + +## INFO +- Use New XT.App Lib + + + +--- + + # [0.2.5](https://github.com/cogsmith/hive/compare/0.2.5...main) @ [2021-04-26](https://github.com/cogsmith/hive/releases/tag/0.2.5) ## DIFF diff --git a/package-lock.json b/package-lock.json index 9a74a9c..899a5fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "0.2.6-dev", + "version": "0.2.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ee4a9c5..50b2238 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.6-dev", + "version": "0.2.6", "namelong": "HIVE", "name": "hive", "description": "Docker Auto Backend System", @@ -29,5 +29,5 @@ "lodash": "^4.17.21", "yargs": "^16.2.0" }, - "versiontaglast": "0.2.5" + "versiontaglast": "0.2.6" }