Skip to content

Commit

Permalink
Version Packages (#31)
Browse files Browse the repository at this point in the history
* Version Packages

* chore: readme

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 6224f35 commit 3e3b3d7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/wise-clocks-greet.md

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ Shoutout to these projects which inspired us:
- [Auto-GPT](https:/Significant-Gravitas/Auto-GPT)
- [abitype](https:/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:/EnjoinHQ/hopfield/blob/main/.github/CONTRIBUTING.md) **before submitting a pull request**.
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hopfield

## 0.3.6

### Patch Changes

- [#30](https:/EnjoinHQ/hopfield/pull/30) [`0b3aea08d092db91b7e90d7ed9f9874e0d1746e6`](https:/EnjoinHQ/hopfield/commit/0b3aea08d092db91b7e90d7ed9f9874e0d1746e6) Thanks [@0xcadams](https:/0xcadams)! - **Feature:**: updated the model names for OpenAI to be more complete and up to date.

## 0.3.5

### Patch Changes
Expand Down
14 changes: 11 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 3e3b3d7

Please sign in to comment.