Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Version Packages (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 12, 2024
1 parent 40d5dc9 commit b3a5d1b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-ads-suffer.md

This file was deleted.

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.7

### Patch Changes

- [#32](https://github.com/EnjoinHQ/hopfield/pull/32) [`40d5dc9f1e972cfc503718fc8749e0613ae4b7ed`](https://github.com/EnjoinHQ/hopfield/commit/40d5dc9f1e972cfc503718fc8749e0613ae4b7ed) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** updated the default model name to be more recent.

## 0.3.6

### 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.6",
"version": "0.3.7",
"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 b3a5d1b

Please sign in to comment.