From 9d09c9eca1ebfb1f9704c4ad0fe8174965e35b3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:05:47 -0700 Subject: [PATCH] Version Packages (#28) Co-authored-by: github-actions[bot] --- .changeset/nasty-knives-sell.md | 5 ----- src/CHANGELOG.md | 8 +++++++- src/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/nasty-knives-sell.md diff --git a/.changeset/nasty-knives-sell.md b/.changeset/nasty-knives-sell.md deleted file mode 100644 index 968da13..0000000 --- a/.changeset/nasty-knives-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hopfield": patch ---- - -**Fix:** attempt to fix types. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 07be16e..f62c62f 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,10 +1,16 @@ # hopfield +## 0.3.5 + +### Patch Changes + +- [`8a70728`](https://github.com/propology/hopfield/commit/8a70728c879c0180e526fa5a2f10a36b55102102) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** attempt to fix types. + ## 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. +- [`16516f8`](https://github.com/propology/hopfield/commit/16516f8d2c40c705ea0d77a5027e4d535fc04f2b) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fix types with removing lazy. ## 0.3.3 diff --git a/src/package.json b/src/package.json index 9ebd4a1..f6df459 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "hopfield", - "version": "0.3.4", + "version": "0.3.5", "repository": "propology/hopfield", "main": "./_cjs/index.js", "module": "./_esm/index.js",