Skip to content

Commit

Permalink
Version 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rap1ds committed May 27, 2024
1 parent d7e3df4 commit 49975f5
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.1] - 2024-05-27

### Fixed

- Bug: SDK failed to send any extended data if it had a key `length` with a
Expand Down Expand Up @@ -324,8 +326,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.21.0...HEAD
[unreleased]: https://github.com/sharetribe/flex-sdk-js/compare/v1.21.1...HEAD

[v1.21.0]: https://github.com/sharetribe/flex-sdk-js/compare/v1.21.0...v1.21.1
[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
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 @@ -12736,7 +12736,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.21.0';
var sdkVersion = '1.21.1';
/* 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.21.0",
"version": "1.21.1",
"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.21.0';
const sdkVersion = '1.21.1';
export default sdkVersion;

0 comments on commit 49975f5

Please sign in to comment.