Skip to content

Commit fd85abc

Browse files
author
Brian Faust
committed
release: 1.0.5
1 parent 0e303da commit fd85abc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.5] - 2019-11-11
11+
12+
### Added
13+
14+
- Add `bridgechain` endpoints ([#70])
15+
- Add `business` endpoints ([#70])
16+
- Add `locks` endpoints ([#70])
17+
1018
## [1.0.2] - 2019-09-02
1119

1220
### Added
@@ -189,6 +197,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
189197
- initial release
190198

191199
[unreleased]: https://github.com/ARKEcosystem/core/compare/master...develop
200+
[1.0.5]: https://github.com/ARKEcosystem/core/compare/1.0.2...1.0.5
192201
[1.0.2]: https://github.com/ARKEcosystem/core/compare/1.0.1...1.0.2
193202
[1.0.1]: https://github.com/ARKEcosystem/core/compare/1.0.0...1.0.1
194203
[1.0.0]: https://github.com/ARKEcosystem/core/compare/0.1.26...1.0.0
@@ -218,3 +227,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
218227
[0.1.1]: https://github.com/ARKEcosystem/core/tree/0.1.1
219228
[#49]: https://github.com/ArkEcosystem/typescript-client/pull/49
220229
[#54]: https://github.com/ArkEcosystem/typescript-client/pull/54
230+
[#70]: https://github.com/ArkEcosystem/typescript-client/pull/70

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.2",
4+
"version": "1.0.5",
55
"contributors": [],
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)