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

Commit

Permalink
chore(release): update changelog and bump version to 0.14.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jul 22, 2020
1 parent a664090 commit 389962d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.14.0](https://github.com/dashevo/dapi-grpc/compare/v0.13.0...v0.14.0) (2020-07-22)


### Features

* allow passing of options to calls in NodeJS clients ([#74](https://github.com/dashevo/dapi-grpc/issues/74))
* strip URL passed on to client and leave only ip/host:port pair ([#75](https://github.com/dashevo/dapi-grpc/issues/75))


### Refactoring

* refactor: remove java artifacts ([#78](https://github.com/dashevo/dapi-grpc/issues/78))


### Tests

* update Mocha config ([#77](https://github.com/dashevo/dapi-grpc/issues/77))



# [0.13.0](https://github.com/dashevo/dapi-grpc/compare/v0.12.1...v0.13.0) (2020-06-08)


Expand Down
20 changes: 10 additions & 10 deletions 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.14.0-dev.1",
"version": "0.14.0",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down

0 comments on commit 389962d

Please sign in to comment.