Skip to content

Commit f72b66c

Browse files
author
Brian Faust
committed
release: 1.1.3
1 parent 4b1ff6d commit f72b66c

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [1.1.1] - 2020-03-12
10+
## [1.1.3] - 2020-03-12
11+
12+
### Changed
13+
14+
- Simplify pagination with ApiResponse (therefore fixes rounds) (4b1ff6d, @Minigugus)
15+
- Switch from type to interface for better types preview in code editors (4b1ff6d, @Minigugus)
16+
17+
## [1.1.1] - 2020-03-21
1118

1219
### Fixed
1320

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

0 commit comments

Comments
 (0)