From f0995c6488018b427a62919efe1ca516c931fd53 Mon Sep 17 00:00:00 2001 From: BelfordZ Date: Wed, 15 May 2019 04:40:20 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] ## [1.1.9](https://github.com/open-rpc/spec/compare/1.1.8...1.1.9) (2019-05-15) ### Bug Fixes * change type of MethodObject.name to string ([2282b29](https://github.com/open-rpc/spec/commit/2282b29)), closes [#180](https://github.com/open-rpc/spec/issues/180) * typo ([ef7b956](https://github.com/open-rpc/spec/commit/ef7b956)) * typo in a Map description ([247f298](https://github.com/open-rpc/spec/commit/247f298)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77329baf..6650099b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.9](https://github.com/open-rpc/spec/compare/1.1.8...1.1.9) (2019-05-15) + + +### Bug Fixes + +* change type of MethodObject.name to string ([2282b29](https://github.com/open-rpc/spec/commit/2282b29)), closes [#180](https://github.com/open-rpc/spec/issues/180) +* typo ([ef7b956](https://github.com/open-rpc/spec/commit/ef7b956)) +* typo in a Map description ([247f298](https://github.com/open-rpc/spec/commit/247f298)) + ## [1.1.8](https://github.com/open-rpc/spec/compare/1.1.7...1.1.8) (2019-04-27)