Skip to content

Commit

Permalink
chore: version packages (#19)
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] committed Oct 3, 2023
1 parent ebab940 commit 9fb5da9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-shoes-grow.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# hopfield

## 0.2.3

### Patch Changes

- [`ebab940`](https://github.com/propology/hopfield/commit/ebab9405d231677ce8d0a8d0dbf8f7e92e8bbaed) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixing issue with latest changeset release.

## 0.2.2

### Patch Changes

- [#16](https://github.com/propology/hopfield/pull/16) [`5e27e92`](https://github.com/propology/hopfield/commit/5e27e9236bd12860da6f5e9824c13ae0e12daebe) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onFunctionCall` to streaming function provider to enable workflows that validate final function calls while also streaming responses.
- [#16](https://github.com/propology/hopfield/pull/16) [`5e27e92`](https://github.com/propology/hopfield/commit/5e27e9236bd12860da6f5e9824c13ae0e12daebe) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onFunctionCall` to streaming function provider to enable workflows that validate final function calls while also streaming responses.

## 0.2.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hopfield",
"description": "Typescript-first LLM framework with static type inference, testability, and composability.",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"repository": "propology/hopfield",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.2.2';
export const version = '0.2.3';

1 comment on commit 9fb5da9

@vercel
Copy link

@vercel vercel bot commented on 9fb5da9 Oct 3, 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.