Skip to content

Commit

Permalink
Merge pull request #164 from sharetribe/release-1.17.0
Browse files Browse the repository at this point in the history
Release 1.17.0
  • Loading branch information
bladealslayer authored May 10, 2022
2 parents 03e267c + 168892e commit 79d2522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - xxxx-xx-xx

## [v1.17.0] - 2022-05-10

### Added

- New configuration option: `assetCdnBaseUrl` [#159](https://github.com/sharetribe/flex-sdk-js/pull/159)
Expand All @@ -17,7 +19,6 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Request Assets in JSON format instead of Transit [#160](https://github.com/sharetribe/flex-sdk-js/pull/160)
- Read response data as Transit only if Content-Type header is `application/transit+json` [#161](https://github.com/sharetribe/flex-sdk-js/pull/161)


## [v1.16.0] - 2022-03-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharetribe-flex-sdk",
"version": "1.16.0",
"version": "1.17.0",
"description": "Sharetribe Flex SDK for JavaScript",
"main": "build/sharetribe-flex-sdk-node.js",
"browser": "build/sharetribe-flex-sdk-web.js",
Expand Down

0 comments on commit 79d2522

Please sign in to comment.