diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9d..2e1c40ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c359831..439e3b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.2 (2023-10-27) + +Full Changelog: [v0.8.1...v0.8.2](https://github.com/anthropics/anthropic-sdk-typescript/compare/v0.8.1...v0.8.2) + +### Chores + +* **internal:** update gitignore ([#198](https://github.com/anthropics/anthropic-sdk-typescript/issues/198)) ([3048738](https://github.com/anthropics/anthropic-sdk-typescript/commit/3048738235b9dff9de19aae59ff66487dffb9e8e)) + ## 0.8.1 (2023-10-25) Full Changelog: [v0.8.0...v0.8.1](https://github.com/anthropics/anthropic-sdk-typescript/compare/v0.8.0...v0.8.1) diff --git a/package.json b/package.json index e0626cd1..ddfa3105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anthropic-ai/sdk", - "version": "0.8.1", + "version": "0.8.2", "description": "Client library for the Anthropic API", "author": "Anthropic ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index b614c754..72b24dd1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.8.1'; // x-release-please-version +export const VERSION = '0.8.2'; // x-release-please-version