From d8b699266b6f0d63e6e0cf8c1969664462a8f8c0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:20:24 +0000 Subject: [PATCH] release: 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12342be..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.5" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4cd5b..77f9e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.0 (2024-10-08) + +Full Changelog: [v0.1.0-alpha.5...v1.0.0](https://github.com/Find-AI/find-ai-node/compare/v0.1.0-alpha.5...v1.0.0) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#18](https://github.com/Find-AI/find-ai-node/issues/18)) ([483c186](https://github.com/Find-AI/find-ai-node/commit/483c18640054d39a60e494715bad8b87a1fc2562)) + ## 0.1.0-alpha.5 (2024-10-02) Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/Find-AI/find-ai-node/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) diff --git a/package.json b/package.json index e2c65e7..dcf36c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-ai", - "version": "0.1.0-alpha.5", + "version": "1.0.0", "description": "The official TypeScript library for the Find AI API", "author": "Find AI ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 66c10e6..bea2896 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0-alpha.5'; // x-release-please-version +export const VERSION = '1.0.0'; // x-release-please-version