diff --git a/.changeset/plenty-sloths-provide.md b/.changeset/plenty-sloths-provide.md deleted file mode 100644 index a0a8ce9..0000000 --- a/.changeset/plenty-sloths-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hopfield": patch ---- - -**Fix:** fix types with removing lazy. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 11f3bdd..07be16e 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # hopfield +## 0.3.4 + +### Patch Changes + +- [`16516f8`](https://github.com/propology/hopfield/commit/16516f8d2c40c705ea0d77a5027e4d535fc04f2b) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fix types with removing lazy. + ## 0.3.3 ### Patch Changes diff --git a/src/package.json b/src/package.json index 3ad5a1a..9ebd4a1 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "hopfield", - "version": "0.3.3", + "version": "0.3.4", "repository": "propology/hopfield", "main": "./_cjs/index.js", "module": "./_esm/index.js",