diff --git a/.changeset/famous-planes-thank.md b/.changeset/famous-planes-thank.md deleted file mode 100644 index 57b3c61..0000000 --- a/.changeset/famous-planes-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sajari/sdk-js": patch ---- - -Fix undefined activePins causes a fatal error. This can happen if a promotion has no pins so the activePins will not appear in the response. diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bc7b1..388cc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sajari/sdk-js +## 2.10.5 + +### Patch Changes + +- a1b281a: Fix undefined activePins causes a fatal error. This can happen if a promotion has no pins so the activePins will not appear in the response. + ## 2.10.4 ### Patch Changes diff --git a/package.json b/package.json index a412d2c..4294722 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sajari/sdk-js", "description": "Search.io JavaScript SDK", - "version": "2.10.4", + "version": "2.10.5", "main": "dist/index.js", "umd:main": "dist/sajarisdk.umd.production.js", "module": "dist/sajarisdk.esm.production.js",