diff --git a/.changeset/brown-dancers-wonder.md b/.changeset/brown-dancers-wonder.md deleted file mode 100644 index fa9623e2..00000000 --- a/.changeset/brown-dancers-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": patch ---- - -Skip auth middleware on initial client load diff --git a/.changeset/many-knives-rest.md b/.changeset/many-knives-rest.md deleted file mode 100644 index adbe4a27..00000000 --- a/.changeset/many-knives-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": patch ---- - -fix upload logic diff --git a/CHANGELOG.md b/CHANGELOG.md index 4420c584..ddd0dbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # enspire +## 1.4.3 + +### Patch Changes + +- [#679](https://github.com/Computerization/Enspire/pull/679) [`fc40f32`](https://github.com/Computerization/Enspire/commit/fc40f327979a6464a5e1f747596e2d7982afc571) Thanks [@qwerzl](https://github.com/qwerzl)! - Skip auth middleware on initial client load + +- [#682](https://github.com/Computerization/Enspire/pull/682) [`d5d6c6a`](https://github.com/Computerization/Enspire/commit/d5d6c6a8b076c05f8b71328c7fabb50f545aad59) Thanks [@q1zhen](https://github.com/q1zhen)! - fix upload logic + ## 1.4.2 ### Patch Changes diff --git a/package.json b/package.json index 9c4652a7..71511a23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "enspire", "type": "module", - "version": "1.4.2", + "version": "1.4.3", "private": true, "packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab", "scripts": {