From 8e5589d7c186fd9e039ad2ea93e08ec57a84316d Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 28 Apr 2020 16:48:31 +0800 Subject: [PATCH] chore(release): - @surgio/gateway@0.12.2 --- packages/gateway/CHANGELOG.md | 8 ++++++++ packages/gateway/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 602bea2..3597bc3 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.2](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@0.12.1...@surgio/gateway@0.12.2) (2020-04-28) + +**Note:** Version bump only for package @surgio/gateway + + + + + ## [0.12.1](https://github.com/surgioproject/packages/tree/master/packages/gateway/compare/@surgio/gateway@0.12.0...@surgio/gateway@0.12.1) (2020-04-23) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 9b11e95..ad3ca72 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -2,7 +2,7 @@ "name": "@surgio/gateway", "private": false, "license": "MIT", - "version": "0.12.1", + "version": "0.12.2", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway",