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 21, 2024
1 parent 6e6fc48 commit 25583fb
Show file tree
Hide file tree
Showing 4 changed files with 17 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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.0.12 (2024-12-21)

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:** codegen related update ([#74](https://github.com/plastic-labs/honcho-node/issues/74)) ([6e6fc48](https://github.com/plastic-labs/honcho-node/commit/6e6fc489de03c68bd34c127b4aaf8b9410fd9660))
* **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 25583fb

Please sign in to comment.