From 5569e82c2c7127de19c41df48c12ceea1c092467 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 23:10:43 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/wise-clocks-greet.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 14 +++++++++++--- 3 files changed, 17 insertions(+), 8 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/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", From ca4004e7a929613fe1aceb281185135deadccccf Mon Sep 17 00:00:00 2001 From: Chase Adams Date: Tue, 11 Jun 2024 16:11:50 -0700 Subject: [PATCH 2/2] chore: readme --- README.md | 2 -- 1 file changed, 2 deletions(-) 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**.