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

Commit

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

* ci: bump

Signed-off-by: Chase Adams <[email protected]>

---------

Signed-off-by: Chase Adams <[email protected]>
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 Nov 8, 2023
1 parent 1208da4 commit 24a1380
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-bees-smash.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.1

### Patch Changes

- [`2d1cb18`](https://github.com/propology/hopfield/commit/2d1cb183e81bb03df791b357802b5df0457a5ccb) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added new model versions from latest OpenAI release.

## 0.3.0

### Minor 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.0",
"version": "0.3.1",
"repository": "propology/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

1 comment on commit 24a1380

@vercel
Copy link

@vercel vercel bot commented on 24a1380 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.