From 0b6d06c0d61bbe5d94d63a9b83b787f9ea00fbec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:51:26 +0000 Subject: [PATCH] Version Packages (#27) * Version Packages * ci: bump Signed-off-by: Chase Adams --------- Signed-off-by: Chase Adams Co-authored-by: github-actions[bot] Co-authored-by: Chase Adams --- .changeset/plenty-sloths-provide.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/plenty-sloths-provide.md 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",