diff --git a/packages/gateway-frontend/CHANGELOG.md b/packages/gateway-frontend/CHANGELOG.md index e0ca2e3..70535dd 100644 --- a/packages/gateway-frontend/CHANGELOG.md +++ b/packages/gateway-frontend/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/compare/@surgio/gateway-frontend@1.1.1...@surgio/gateway-frontend@1.2.0) (2021-02-17) + + +### Features + +* add clean cache button ([52e68eb](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/commit/52e68eb970c6e1d87317159cf37a0c80d02a7640)) + + + + + ## [1.1.1](https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend/compare/@surgio/gateway-frontend@1.1.0...@surgio/gateway-frontend@1.1.1) (2020-10-16) diff --git a/packages/gateway-frontend/package.json b/packages/gateway-frontend/package.json index cea6344..7f2fdf1 100644 --- a/packages/gateway-frontend/package.json +++ b/packages/gateway-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@surgio/gateway-frontend", - "version": "1.1.1", + "version": "1.2.0", "main": "index.js", "license": "MIT", "private": false, diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 3eed11a..7a7eda0 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@1.2.1...@surgio/gateway@1.3.0) (2021-02-17) + + +### Features + +* add clean cache button ([52e68eb](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/52e68eb970c6e1d87317159cf37a0c80d02a7640)) + + + + + ## [1.2.1](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@1.2.0...@surgio/gateway@1.2.1) (2020-11-10) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index cbe3a8b..46afbd0 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -2,7 +2,7 @@ "name": "@surgio/gateway", "private": false, "license": "MIT", - "version": "1.2.1", + "version": "1.3.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway",