diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..493bd4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e77f2f..6f0cf15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.0.8 (2024-11-07) + +Full Changelog: [v0.1.0...v0.0.8](https://github.com/plastic-labs/honcho-node/compare/v0.1.0...v0.0.8) + +### Features + +* **api:** Add cloning feature ([#48](https://github.com/plastic-labs/honcho-node/issues/48)) ([e1c2a1a](https://github.com/plastic-labs/honcho-node/commit/e1c2a1a94e7c1123c25ce36e71ecf3fe26e15185)) +* **api:** update via SDK Studio ([477affd](https://github.com/plastic-labs/honcho-node/commit/477affdce431e0a3cfab0a89ed82d0a4d671cea5)) +* **api:** update via SDK Studio ([f89689e](https://github.com/plastic-labs/honcho-node/commit/f89689ebdb4911691307b94b568fb6198526c479)) +* **api:** update via SDK Studio ([048f079](https://github.com/plastic-labs/honcho-node/commit/048f0795a97dd4cef5c38cd1c806451ef9deec34)) +* **api:** update via SDK Studio ([751cfec](https://github.com/plastic-labs/honcho-node/commit/751cfec21f9c88b3155bda870feef0d80672749d)) +* **api:** update via SDK Studio ([39b1bdf](https://github.com/plastic-labs/honcho-node/commit/39b1bdfc363bedc97cf525a51c5d6217456f15fe)) +* **api:** update via SDK Studio ([a11e02e](https://github.com/plastic-labs/honcho-node/commit/a11e02ee566310082ea0aea49ba89de7cf58e27e)) +* **api:** update via SDK Studio ([0d0f698](https://github.com/plastic-labs/honcho-node/commit/0d0f69874484513a253134924e429da30d7c1bb5)) +* **api:** update via SDK Studio ([0e24b7a](https://github.com/plastic-labs/honcho-node/commit/0e24b7a6e9a67c894da3f5ae9061216e60e5d9b0)) +* **api:** update via SDK Studio ([6f4ae87](https://github.com/plastic-labs/honcho-node/commit/6f4ae87cffe7a3634516a131d96827991228579d)) +* **api:** update via SDK Studio ([1a2fb6f](https://github.com/plastic-labs/honcho-node/commit/1a2fb6fcf78cbfe14a7919c7d32816a12ab4e4f9)) +* **api:** update via SDK Studio ([34ea231](https://github.com/plastic-labs/honcho-node/commit/34ea231a852f513b536fbf9068147f301bfe9180)) +* **api:** update via SDK Studio ([351afe1](https://github.com/plastic-labs/honcho-node/commit/351afe16e68ddc044057358a2dcd55fbd79cb151)) +* **api:** update via SDK Studio ([85b3685](https://github.com/plastic-labs/honcho-node/commit/85b368508e3c201197db5dd3fc45f018f8f2e512)) + + +### Chores + +* **internal:** version bump ([#51](https://github.com/plastic-labs/honcho-node/issues/51)) ([ad985a4](https://github.com/plastic-labs/honcho-node/commit/ad985a422a3c44b72cd60d85c11dd824f139d0fb)) +* rebuild project due to codegen change ([#46](https://github.com/plastic-labs/honcho-node/issues/46)) ([7ffa4fd](https://github.com/plastic-labs/honcho-node/commit/7ffa4fdc087e8d1dfdca475905c1cd081331d66e)) +* update SDK settings ([0a7f648](https://github.com/plastic-labs/honcho-node/commit/0a7f648b3ec320898b8a8e60d6129ec4312b0d5f)) + ## 0.1.0 (2024-11-07) Full Changelog: [v0.0.7...v0.1.0](https://github.com/plastic-labs/honcho-node/compare/v0.0.7...v0.1.0) diff --git a/package.json b/package.json index b619cad..21ba9c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "honcho", - "version": "0.1.0", + "name": "honcho-ai", + "version": "0.0.8", "description": "The official TypeScript library for the Honcho API", "author": "Honcho ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 1baa228..e1f8dd7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0'; // x-release-please-version +export const VERSION = '0.0.8'; // x-release-please-version