diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc25a3..5411d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ +# [0.3.5](https://github.com/cogsmith/webgate/compare/0.3.5...main) @ [2021-04-26](https://github.com/cogsmith/webgate/releases/tag/0.3.5) + +## DIFF +- [33 COMMITS SINCE LAST TAG = 0.3.4](https://github.com/cogsmith/webgate/compare/0.3.4...0.3.5) + +## FEATURE +- [#14: Add Target Modifier For IFRAME Wrapper](https://github.com/cogsmith/webgate/issues/14) + +## COMMIT +- add iframe target = | + + + +--- + + # [0.3.4](https://github.com/cogsmith/webgate/compare/0.3.4...main) @ [2021-04-14](https://github.com/cogsmith/webgate/releases/tag/0.3.4) ## DIFF diff --git a/package-lock.json b/package-lock.json index 7969af6..ce42d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webgate", - "version": "0.3.5-dev", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6761e0b..c91ca4b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.5-dev", + "version": "0.3.5", "namelong": "WEBGATE", "nametag": "WEBGATE", "name": "webgate", @@ -38,5 +38,5 @@ "pino-pretty": "^4.7.1", "yargs": "^16.2.0" }, - "versiontaglast": "0.3.4" + "versiontaglast": "0.3.5" }