Skip to content

Commit a2e1810

Browse files
committed
TAG: 0.2.6
1 parent 864ec06 commit a2e1810

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<code>
22

3+
# [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)
4+
5+
## DIFF
6+
- [3 COMMITS SINCE LAST TAG = 0.2.5](https://github.com/cogsmith/hive/compare/0.2.5...0.2.6)
7+
8+
## INFO
9+
- Use New XT.App Lib
10+
11+
</code>
12+
13+
---
14+
<code>
15+
316
# [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)
417

518
## DIFF

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.6-dev",
2+
"version": "0.2.6",
33
"namelong": "HIVE",
44
"name": "hive",
55
"description": "Docker Auto Backend System",
@@ -29,5 +29,5 @@
2929
"lodash": "^4.17.21",
3030
"yargs": "^16.2.0"
3131
},
32-
"versiontaglast": "0.2.5"
32+
"versiontaglast": "0.2.6"
3333
}

0 commit comments

Comments
 (0)