File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ exclude_paths :
3
+ - ' *.sh'
4
+ - ' *.md'
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.2] - 2019-09-02
11
+
12
+ ### Added
13
+
14
+ - Crypto endpoint ([ #54 ] )
15
+
10
16
## [ 1.0.1] - 2019-07-06
11
17
12
18
### Added
@@ -183,6 +189,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
183
189
- initial release
184
190
185
191
[ unreleased ] : https://github.com/ARKEcosystem/core/compare/master...develop
192
+ [ 1.0.2 ] : https://github.com/ARKEcosystem/core/compare/1.0.1...1.0.2
186
193
[ 1.0.1 ] : https://github.com/ARKEcosystem/core/compare/1.0.0...1.0.1
187
194
[ 1.0.0 ] : https://github.com/ARKEcosystem/core/compare/0.1.26...1.0.0
188
195
[ 0.1.26 ] : https://github.com/ARKEcosystem/core/compare/0.1.25...0.1.26
@@ -210,3 +217,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
210
217
[ 0.1.4 ] : https://github.com/ARKEcosystem/core/tree/0.1.4
211
218
[ 0.1.1 ] : https://github.com/ARKEcosystem/core/tree/0.1.1
212
219
[ #49 ] : https://github.com/ArkEcosystem/typescript-client/pull/49
220
+ [ #54 ] : https://github.com/ArkEcosystem/typescript-client/pull/544
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/client" ,
3
3
"description" : " A simple TypeScript API client for the Ark Blockchain." ,
4
- "version" : " 1.0.1 " ,
4
+ "version" : " 1.0.2 " ,
5
5
"contributors" : [],
6
6
"license" : " MIT" ,
7
7
"files" : [
You can’t perform that action at this time.
0 commit comments