Skip to content

Commit 8731208

Browse files
committed
TAG: 0.2.7
1 parent 553ec87 commit 8731208

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.7](https://github.com/cogsmith/hive/compare/0.2.7...main) @ [2021-04-30](https://github.com/cogsmith/hive/releases/tag/0.2.7)
4+
5+
## DIFF
6+
- [76 COMMITS SINCE LAST TAG = 0.2.6](https://github.com/cogsmith/hive/compare/0.2.6...0.2.7)
7+
8+
## COMMIT
9+
- Merge branch 'main' of https://github.com/cogsmith/hive
10+
11+
</code>
12+
13+
---
14+
<code>
15+
316
# [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)
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.7-dev",
2+
"version": "0.2.7",
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.6"
32+
"versiontaglast": "0.2.7"
3333
}

0 commit comments

Comments
 (0)