Skip to content

Commit 9e6e6d4

Browse files
alexbarnsleyfaustbrian
authored andcommitted
release: 1.0.2 (#55)
1 parent fa93a6f commit 9e6e6d4

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.codacy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
exclude_paths:
3+
- '*.sh'
4+
- '*.md'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2019-09-02
11+
12+
### Added
13+
14+
- Crypto endpoint ([#54])
15+
1016
## [1.0.1] - 2019-07-06
1117

1218
### Added
@@ -183,6 +189,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
183189
- initial release
184190

185191
[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
186193
[1.0.1]: https://github.com/ARKEcosystem/core/compare/1.0.0...1.0.1
187194
[1.0.0]: https://github.com/ARKEcosystem/core/compare/0.1.26...1.0.0
188195
[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.
210217
[0.1.4]: https://github.com/ARKEcosystem/core/tree/0.1.4
211218
[0.1.1]: https://github.com/ARKEcosystem/core/tree/0.1.1
212219
[#49]: https://github.com/ArkEcosystem/typescript-client/pull/49
220+
[#54]: https://github.com/ArkEcosystem/typescript-client/pull/544

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/client",
33
"description": "A simple TypeScript API client for the Ark Blockchain.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"contributors": [],
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)