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

Commit

Permalink
chore: bump version to 0.15.0-dev.1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov authored Jul 23, 2020
1 parent 4f56e25 commit 0636f96
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
file:
- lib/test/bootstrap.js
recursive: true
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
9 changes: 9 additions & 0 deletions lib/test/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"env": {
"node": true,
"mocha": true
},
"globals": {
"expect": true
}
}
File renamed without changes.
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.14.0-dev.1",
"version": "0.15.0-dev.1",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

0 comments on commit 0636f96

Please sign in to comment.