Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 3b3e475

Browse files
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2020-08-10) ### Bug Fixes * handle addresses in depth ([#313](#313)) ([ce6978b](ce6978b)) * return input in depth-chart ([#307](#307)) ([a3fa961](a3fa961)) * source regression ([#306](#306)) ([cdcfc78](cdcfc78)) * update asset-swapper optimizer for splits ([#311](#311)) ([5b212c9](5b212c9)) ### Features * Add support for buy token affiliate fees ([#310](#310)) ([2866253](2866253)) * ethToInputRate cost routing ([#315](#315)) ([e542c98](e542c98))
1 parent e542c98 commit 3b3e475

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.14.0](https://github.com/0xProject/0x-api/compare/v1.13.0...v1.14.0) (2020-08-10)
2+
3+
4+
### Bug Fixes
5+
6+
* handle addresses in depth ([#313](https://github.com/0xProject/0x-api/issues/313)) ([ce6978b](https://github.com/0xProject/0x-api/commit/ce6978b9cb3cc34c0b0354b0ef5309f3e87fb572))
7+
* return input in depth-chart ([#307](https://github.com/0xProject/0x-api/issues/307)) ([a3fa961](https://github.com/0xProject/0x-api/commit/a3fa961dff4b25b60599e6ad18de20c780706de1))
8+
* source regression ([#306](https://github.com/0xProject/0x-api/issues/306)) ([cdcfc78](https://github.com/0xProject/0x-api/commit/cdcfc78ed544524173afb60ea02eedc7e0c46d60))
9+
* update asset-swapper optimizer for splits ([#311](https://github.com/0xProject/0x-api/issues/311)) ([5b212c9](https://github.com/0xProject/0x-api/commit/5b212c9c226ff952fe1b64db4fffe636967a25fe))
10+
11+
12+
### Features
13+
14+
* Add support for buy token affiliate fees ([#310](https://github.com/0xProject/0x-api/issues/310)) ([2866253](https://github.com/0xProject/0x-api/commit/28662535489b07cd6d1f8971aa817ec8030413ef))
15+
* ethToInputRate cost routing ([#315](https://github.com/0xProject/0x-api/issues/315)) ([e542c98](https://github.com/0xProject/0x-api/commit/e542c98e23a307ef0fada5ccdbea2d41d8a332fe))
16+
117
# [1.13.0](https://github.com/0xProject/0x-api/compare/v1.12.0...v1.13.0) (2020-08-03)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0x-api",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "0x API",
55
"repository": "git@github.com:0xProject/0x-api.git",
66
"author": "Francesco Agosti <francesco@0x.org>",

0 commit comments

Comments
 (0)