diff --git a/.changeset/light-trainers-matter.md b/.changeset/light-trainers-matter.md deleted file mode 100644 index ddc69bbd..00000000 --- a/.changeset/light-trainers-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xlog": minor ---- - -Fix location permission message in app.config.ts and comment out unused code in preload-provider.tsx. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8717e20c..e75b6d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # xlog +## 0.29.0 + +### Minor Changes + +- 57841bc: Fix location permission message in app.config.ts and comment out unused code in preload-provider.tsx. + ## 0.28.0 ### Minor Changes diff --git a/package.json b/package.json index 17e8d314..1fd524bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xlog", - "version": "0.28.0", + "version": "0.29.0", "private": true, "packageManager": "yarn@1.22.0", "scripts": {