From e42aae35f5be4485359e06824c938d16341543fb Mon Sep 17 00:00:00 2001 From: Roy Li Date: Mon, 15 Jun 2020 23:03:58 +0800 Subject: [PATCH] chore(release): new release - @surgio/gateway@0.13.4 --- packages/gateway/CHANGELOG.md | 11 +++++++++++ packages/gateway/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index d4bb8fd..339fb22 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. +## [0.13.4](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@0.13.3...@surgio/gateway@0.13.4) (2020-06-15) + + +### Bug Fixes + +* wrong url replacement ([9d32521](https://github.com/surgioproject/packages/tree/master/packages/gateway/commit/9d32521d639d6e55d8a39f0be6521ed0d141c3ba)) + + + + + ## [0.13.3](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@0.13.2...@surgio/gateway@0.13.3) (2020-06-15) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index a7a8193..12fb9f6 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -2,7 +2,7 @@ "name": "@surgio/gateway", "private": false, "license": "MIT", - "version": "0.13.3", + "version": "0.13.4", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway",