diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7247916..fe60c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.1.0 (2024-05-22) + +Full Changelog: [v0.0.2...v0.1.0](https://github.com/plastic-labs/honcho-node/compare/v0.0.2...v0.1.0) + +### Features + +* **api:** update via SDK Studio ([#9](https://github.com/plastic-labs/honcho-node/issues/9)) ([3f05b53](https://github.com/plastic-labs/honcho-node/commit/3f05b53412e8fee6e9ac993369c14dcb6a59146d)) + + +### Chores + +* **internal:** version bump ([#7](https://github.com/plastic-labs/honcho-node/issues/7)) ([917efc4](https://github.com/plastic-labs/honcho-node/commit/917efc407618b3fda49db2b0e429d461b1cca964)) + ## 0.0.2 (2024-05-16) Full Changelog: [v0.0.2-alpha.1...v0.0.2](https://github.com/plastic-labs/honcho-node/compare/v0.0.2-alpha.1...v0.0.2) diff --git a/package.json b/package.json index 62986d5..5dd6e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "honcho-ai", - "version": "0.0.2", + "version": "0.1.0", "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 b04c289..1baa228 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.2'; // x-release-please-version +export const VERSION = '0.1.0'; // x-release-please-version