Skip to content

Commit

Permalink
Version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rap1ds committed May 20, 2024
1 parent d642a0f commit 0f66e2e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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.21.0] - 2024-05-20

### Added

- Add a new function `loginAs`. The function takes a single parameter, `code`,
Expand Down Expand Up @@ -317,8 +319,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.20.1...HEAD
[unreleased]: https://github.com/sharetribe/flex-sdk-js/compare/v1.21.0...HEAD

[v1.21.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.20.1...v1.21.0]
[v1.20.1]: https://github.com/sharetribe/flex-sdk-js/compare/v1.20.0...v1.20.1]
[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]
Expand Down
2 changes: 1 addition & 1 deletion build/sharetribe-flex-sdk-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -12828,7 +12828,7 @@ var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_)

// CONCATENATED MODULE: ./src/version.js
// Update this when updating package.json
var sdkVersion = '1.20.1';
var sdkVersion = '1.21.0';
/* harmony default export */ var src_version = (sdkVersion);
// CONCATENATED MODULE: ./src/runtime.js

Expand Down
2 changes: 1 addition & 1 deletion build/sharetribe-flex-sdk-web.js

Large diffs are not rendered by default.

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.20.1",
"version": "1.21.0",
"description": "Sharetribe 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.20.1';
const sdkVersion = '1.21.0';
export default sdkVersion;

0 comments on commit 0f66e2e

Please sign in to comment.