From 3e3b3d77ff3650899a65df4fb85a4844fb97f7ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:12:36 +0000 Subject: [PATCH] Version Packages (#31) * Version Packages * chore: readme --------- Co-authored-by: github-actions[bot] Co-authored-by: Chase Adams --- .changeset/wise-clocks-greet.md | 5 ----- README.md | 2 -- src/CHANGELOG.md | 6 ++++++ src/package.json | 14 +++++++++++--- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 .changeset/wise-clocks-greet.md diff --git a/.changeset/wise-clocks-greet.md b/.changeset/wise-clocks-greet.md deleted file mode 100644 index 397f987..0000000 --- a/.changeset/wise-clocks-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hopfield": patch ---- - -**Feature:**: updated the model names for OpenAI to be more complete and up to date. diff --git a/README.md b/README.md index 9aac83b..f0a9c91 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,6 @@ Shoutout to these projects which inspired us: - [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT) - [abitype](https://github.com/wagmi-dev/abitype) -If you like Hopfield, go star them on Github too. - ## Contributing If you're interested in contributing to Hopfield, please read our [contributing docs](https://github.com/EnjoinHQ/hopfield/blob/main/.github/CONTRIBUTING.md) **before submitting a pull request**. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index f329553..c7346a3 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # hopfield +## 0.3.6 + +### Patch Changes + +- [#30](https://github.com/EnjoinHQ/hopfield/pull/30) [`0b3aea08d092db91b7e90d7ed9f9874e0d1746e6`](https://github.com/EnjoinHQ/hopfield/commit/0b3aea08d092db91b7e90d7ed9f9874e0d1746e6) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:**: updated the model names for OpenAI to be more complete and up to date. + ## 0.3.5 ### Patch Changes diff --git a/src/package.json b/src/package.json index 5062faf..736502e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "hopfield", - "version": "0.3.5", + "version": "0.3.6", "repository": "EnjoinHQ/hopfield", "main": "./_cjs/index.js", "module": "./_esm/index.js", @@ -32,7 +32,13 @@ "!**/*.bench.ts", "!tsconfig.build.json" ], - "keywords": ["ai", "llm", "openai", "gpt", "ai-tools"], + "keywords": [ + "ai", + "llm", + "openai", + "gpt", + "ai-tools" + ], "license": "MIT", "peerDependenciesMeta": { "openai": { @@ -47,7 +53,9 @@ "types": "./_types/index.d.ts", "typesVersions": { "*": { - "openai": ["./_types/openai/index.d.ts"] + "openai": [ + "./_types/openai/index.d.ts" + ] } }, "typings": "./_types/index.d.ts",