Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
chore(release): bump version and update changelog for 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jun 8, 2020
1 parent e2fdb23 commit a8818db
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# [0.13.0](https://github.com/dashevo/dapi-grpc/compare/v0.12.1...v0.13.0) (2020-06-08)


### Features

* get identity by public key endpoints ([#71](https://github.com/dashevo/dapi-grpc/issues/71))
* add python to the list of clients generated ([#60](https://github.com/dashevo/dapi-grpc/issues/60))
* use protocol version interceptor in JS clients ([#63](https://github.com/dashevo/dapi-grpc/issues/63), [#68](https://github.com/dashevo/dapi-grpc/issues/68))



## [0.12.1](https://github.com/dashevo/dapi-grpc/compare/v0.12.0...v0.12.1) (2020-02-13)


### Bug Fixes

* namespacing of the `platform` service in the build ([#57](https://github.com/dashevo/dapi-grpc/issues/57)) ([2b22219](https://github.com/dashevo/dapi-grpc/commit/2b22219d319588413058f11e800a9603c0ee7a0c))



# [0.12.0](https://github.com/dashevo/dapi-grpc/compare/v0.11.0...v0.12.0) (2020-01-27)


### Bug Fixes

* core services ([1fde938](https://github.com/dashevo/dapi-grpc/commit/1fde938b2c48c9f79555203af1c615ff82b83ac5))
* platform bugs ([210cdd7](https://github.com/dashevo/dapi-grpc/commit/210cdd7709c009c0303d50c98089f22f8b96ebd8))


### Features

* add more methods to Core service ([41f3ad0](https://github.com/dashevo/dapi-grpc/commit/41f3ad0ad6aee3acf4b1760949cde36d8df7d6f2))
* fetchIdentity endpoint ([75d32d8](https://github.com/dashevo/dapi-grpc/commit/75d32d883be4d7a113fe34f1d008e1d9bcc3c7e1))
* introduce Platform service ([c88b891](https://github.com/dashevo/dapi-grpc/commit/c88b891ecfac8987cd76c773b2f783ad7a155540))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "0.13.0-dev.4",
"version": "0.13.0",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down

0 comments on commit a8818db

Please sign in to comment.