diff --git a/.changeset/tall-bugs-retire.md b/.changeset/tall-bugs-retire.md deleted file mode 100644 index ea2516c6..00000000 --- a/.changeset/tall-bugs-retire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@reflag/rest-api-sdk": patch ---- - -fix: update to the 3.0.1 API - -`notifications` now takes a list of notification destinations instead of a boolean: ['slack', 'linearComment'] etc. diff --git a/packages/rest-api-sdk/CHANGELOG.md b/packages/rest-api-sdk/CHANGELOG.md new file mode 100644 index 00000000..1a3d3294 --- /dev/null +++ b/packages/rest-api-sdk/CHANGELOG.md @@ -0,0 +1,9 @@ +# @reflag/rest-api-sdk + +## 0.0.3 + +### Patch Changes + +- 36dea40: fix: update to the 3.0.1 API + + `notifications` now takes a list of notification destinations instead of a boolean: ['slack', 'linearComment'] etc. diff --git a/packages/rest-api-sdk/package.json b/packages/rest-api-sdk/package.json index 6f31e93f..8094a857 100644 --- a/packages/rest-api-sdk/package.json +++ b/packages/rest-api-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@reflag/rest-api-sdk", - "version": "0.0.2", + "version": "0.0.3", "description": "Reflag REST API SDK", "license": "MIT", "repository": {