Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmalbaux committed Nov 27, 2018
1 parent 78874ca commit 3bcaa6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changelog](http://keepachangelog.com/en/1.0.0/) and this project
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - xxxx-xx-xx

## [v1.2.0] - 2018-11-27
### Added

- New endpoints [#89](https://github.com/sharetribe/flex-sdk-js/pull/89)
Expand All @@ -17,13 +19,13 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### Changed

- Make `baseUrl` optional. Defaults to `https://flex-api.sharetribe.com`.
- Make `baseUrl` optional, defaults to `https://flex-api.sharetribe.com` [#90](https://github.com/sharetribe/flex-sdk-js/pull/90)

## [v1.1.0] - 2018-11-07

### Added

- New endpoints [#88](https://github.com/sharetribe/flex-sdk-js/pull/88):
- New endpoints [#88](https://github.com/sharetribe/flex-sdk-js/pull/88)
* `sdk.ownListings.createDraft(/* ... */)`
* `sdk.ownListings.publishDraft(/* ... */)`
* `sdk.ownListings.discardDraft(/* ... */)`
Expand All @@ -41,4 +43,5 @@ See: https://www.npmjs.com/package/sharetribe-flex-sdk
to prepare for publishing to NPM. Remember to check your existing
imports!

[v1.2.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.0.0...v1.1.0
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.1.0",
"version": "1.2.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 3bcaa6e

Please sign in to comment.