diff --git a/CHANGELOG.md b/CHANGELOG.md index 4577e0a..c72a499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# [0.3.10](https://github.com/cogsmith/webgate/compare/0.3.10...main) @ [2021-06-28](https://github.com/cogsmith/webgate/releases/tag/0.3.10) + +## DIFF +- [12 COMMITS SINCE LAST TAG = 0.3.9](https://github.com/cogsmith/webgate/compare/0.3.9...0.3.10) + + + +--- + + # [0.3.9](https://github.com/cogsmith/webgate/compare/0.3.9...main) @ [2021-06-27](https://github.com/cogsmith/webgate/releases/tag/0.3.9) ## DIFF diff --git a/package-lock.json b/package-lock.json index 0f9f0c4..45352a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webgate", - "version": "0.3.10-dev", + "version": "0.3.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e1689b4..3fd2115 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.10-dev", + "version": "0.3.10", "namelong": "WEBGATE", "nametag": "WEBGATE", "name": "webgate", @@ -39,5 +39,5 @@ "pino-pretty": "^4.7.1", "yargs": "^16.2.0" }, - "versiontaglast": "0.3.9" + "versiontaglast": "0.3.10" }