Skip to content

Commit

Permalink
release: 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 20, 2024
1 parent f89c690 commit ff759ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.11"
".": "0.0.12"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.0.12 (2024-12-20)

Full Changelog: [v0.0.11...v0.0.12](https://github.com/plastic-labs/honcho-node/compare/v0.0.11...v0.0.12)

### Bug Fixes

* **client:** normalize method ([#73](https://github.com/plastic-labs/honcho-node/issues/73)) ([f89c690](https://github.com/plastic-labs/honcho-node/commit/f89c69087921faaa2a309e10b24001da094669c1))


### Chores

* **internal:** fix some typos ([#71](https://github.com/plastic-labs/honcho-node/issues/71)) ([819389e](https://github.com/plastic-labs/honcho-node/commit/819389ed8fedb1c9116d5bfdd180adc9a7d5cf7b))

## 0.0.11 (2024-12-16)

Full Changelog: [v0.0.10...v0.0.11](https://github.com/plastic-labs/honcho-node/compare/v0.0.10...v0.0.11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "honcho-ai",
"version": "0.0.11",
"version": "0.0.12",
"description": "The official TypeScript library for the Honcho API",
"author": "Honcho <hello@plasticlabs.ai>",
"types": "dist/index.d.ts",
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.0.11'; // x-release-please-version
export const VERSION = '0.0.12'; // x-release-please-version

0 comments on commit ff759ca

Please sign in to comment.