diff --git a/.changeset/thirty-snakes-hunt.md b/.changeset/thirty-snakes-hunt.md deleted file mode 100644 index 05734486..00000000 --- a/.changeset/thirty-snakes-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@flargd/web": minor ---- - -add getAll() function for evaluating all flags related to an app diff --git a/.changeset/two-badgers-eat.md b/.changeset/two-badgers-eat.md deleted file mode 100644 index d192f017..00000000 --- a/.changeset/two-badgers-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@flargd/web": minor ---- - -- update urls to the latest endpoint for flag resolution -- change error logging path diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5bccfb27..a45c1b71 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,13 @@ # @flargd/web +## 0.4.0 + +### Minor Changes + +- 6cde97ed: add getAll() function for evaluating all flags related to an app +- 1801c500: - update urls to the latest endpoint for flag resolution + - change error logging path + ## 0.3.0 ### Minor Changes diff --git a/packages/web/package.json b/packages/web/package.json index 88653e53..ddf589d7 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@flargd/web", - "version": "0.3.0", + "version": "0.4.0", "description": "", "type": "module", "main": "./dist/index.js",