diff --git a/.changeset/big-peaches-warn.md b/.changeset/big-peaches-warn.md deleted file mode 100644 index 16f83eb4..00000000 --- a/.changeset/big-peaches-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"enspire": patch ---- - -validation fixes and interface logic fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd0dbbc..46267e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # enspire +## 1.4.4 + +### Patch Changes + +- [#683](https://github.com/Computerization/Enspire/pull/683) [`1f5c353`](https://github.com/Computerization/Enspire/commit/1f5c353d33175053d884eae5e6b6d106d58276cb) Thanks [@q1zhen](https://github.com/q1zhen)! - validation fixes and interface logic fixes + ## 1.4.3 ### Patch Changes diff --git a/package.json b/package.json index 71511a23..7514dc0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "enspire", "type": "module", - "version": "1.4.3", + "version": "1.4.4", "private": true, "packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab", "scripts": {