Skip to content

Commit

Permalink
Merge pull request #189 from sharetribe/release-1.20
Browse files Browse the repository at this point in the history
Prepare release v1.20.0
  • Loading branch information
bladealslayer authored Oct 10, 2023
2 parents abd9e28 + 8451fb3 commit a0955b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 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.20.0] - 2023-10-10

* New endpoints [#187](https://github.com/sharetribe/flex-sdk-js/pull/187)
* `sdk.sitemapData.queryListings(/* ... */)`
* `sdk.sitemapData.queryAssets(/* ... */)`
Expand Down Expand Up @@ -285,8 +287,9 @@ See: https://www.npmjs.com/package/sharetribe-flex-sdk
to prepare for publishing to NPM. Remember to check your existing
imports!

[unreleased]: https://github.com/sharetribe/flex-sdk-js/compare/v1.19.0...HEAD
[unreleased]: https://github.com/sharetribe/flex-sdk-js/compare/v1.20.0...HEAD

[v1.20.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.19.0...v1.20.0]
[v1.19.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.18.1...v1.19.0]
[v1.18.1]: https://github.com/sharetribe/flex-sdk-js/compare/v1.18.0...v1.18.1]
[v1.18.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.17.0...v1.18.0]
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.19.0",
"version": "1.20.0",
"description": "Sharetribe Flex SDK for JavaScript",
"main": "build/sharetribe-flex-sdk-node.js",
"browser": "build/sharetribe-flex-sdk-web.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Update this when updating package.json
const sdkVersion = '1.19.0';
const sdkVersion = '1.20.0';
export default sdkVersion;

0 comments on commit a0955b1

Please sign in to comment.