From 0f5ac6dd15bf86eb33a3b7a424aa57199abc3a24 Mon Sep 17 00:00:00 2001 From: Pusztai Tibor Date: Tue, 19 Mar 2019 17:21:46 +0100 Subject: [PATCH] Release v0.2.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2eb24f..f92b2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + + +# [0.2.2](https://github.com/kondi/rxjs-grpc/compare/v0.2.1...v0.2.2) (2019-03-19) + +### Code Refactoring + +- Extract generic functions from index.ts to utils.ts ([3c50d39](https://github.com/kondi/rxjs-grpc/commit/3c50d39)) + +### Experimental + +- Add experimental rawClientFactory and service codecs ([495ebfc](https://github.com/kondi/rxjs-grpc/commit/495ebfc)) +- Add notes about the experimental API ([5b05e51](https://github.com/kondi/rxjs-grpc/commit/5b05e51)) + # [0.2.1](https://github.com/kondi/rxjs-grpc/compare/v0.2.0...v0.2.1) (2019-03-13) diff --git a/package.json b/package.json index 5e7d206..dfb8607 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "main": "js/index", "typings": "js/index", "name": "rxjs-grpc", - "version": "0.2.1", + "version": "0.2.2", "description": "Typesafe gRPC with RxJS in TypeScript", "license": "MIT", "keywords": [],