From 37d4e03d4a2976e63bfa356d3cb000499e1a1122 Mon Sep 17 00:00:00 2001 From: openrpc-bastion Date: Wed, 8 Apr 2020 00:32:26 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/open-rpc/schema/compare/1.8.0...1.9.0) (2020-04-08) ### Bug Fixes * add go version ([e12ef1f](https://github.com/open-rpc/schema/commit/e12ef1ffc51e3045de1d9fddb12e6c39350e3b08)) * add package shtuffs ([3ffe89b](https://github.com/open-rpc/schema/commit/3ffe89b8e685992544ae2ca1ec3a046514b169d3)) * remove extra words ([2026373](https://github.com/open-rpc/schema/commit/202637338da34ab31f1d745e1b63200eb9436555)) ### Features * generate go typings ([3269de7](https://github.com/open-rpc/schema/commit/3269de7da81e8f28760f74c8dba3d3f00a26289e)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d109d..1fdf9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.9.0](https://github.com/open-rpc/schema/compare/1.8.0...1.9.0) (2020-04-08) + + +### Bug Fixes + +* add go version ([e12ef1f](https://github.com/open-rpc/schema/commit/e12ef1ffc51e3045de1d9fddb12e6c39350e3b08)) +* add package shtuffs ([3ffe89b](https://github.com/open-rpc/schema/commit/3ffe89b8e685992544ae2ca1ec3a046514b169d3)) +* remove extra words ([2026373](https://github.com/open-rpc/schema/commit/202637338da34ab31f1d745e1b63200eb9436555)) + + +### Features + +* generate go typings ([3269de7](https://github.com/open-rpc/schema/commit/3269de7da81e8f28760f74c8dba3d3f00a26289e)) + # [1.8.0](https://github.com/open-rpc/schema/compare/1.7.3...1.8.0) (2020-03-28)