diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f587a..71c0b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# [0.2.2](https://github.com/cogsmith/hive/compare/0.2.2...main) @ [2021-04-10](https://github.com/cogsmith/hive/releases/tag/0.2.2) + +## DIFF +- [1 COMMITS SINCE LAST TAG = 0.2.1](https://github.com/cogsmith/hive/compare/0.2.1...0.2.2) + + + +--- + + # [0.2.1](https://github.com/cogsmith/hive/compare/0.2.1...main) @ [2021-04-10](https://github.com/cogsmith/hive/releases/tag/0.2.1) ## DIFF diff --git a/package-lock.json b/package-lock.json index d67a1ef..24ad568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "0.2.2-dev", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9822ce6..9322473 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.2-dev", + "version": "0.2.2", "namelong": "HIVE", "name": "hive", "description": "Docker Auto Backend System", @@ -28,5 +28,5 @@ "lodash": "^4.17.21", "yargs": "^16.2.0" }, - "versiontaglast": "0.2.1" + "versiontaglast": "0.2.2" }