From 5fb3336e9275b7e19e676a829d2765662a546409 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 22:59:35 +0000 Subject: [PATCH] release: 0.169.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28cb4c5f..5ec2861c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.168.0" + ".": "0.169.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f8606816..c9f1cc8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.169.0 (2025-02-04) + +Full Changelog: [v0.168.0...v0.169.0](https://github.com/Increase/increase-node/compare/v0.168.0...v0.169.0) + +### Features + +* **api:** api update ([#845](https://github.com/Increase/increase-node/issues/845)) ([5423755](https://github.com/Increase/increase-node/commit/54237559b225b08d7cb80764bd459f911fc9cc4a)) +* **client:** send `X-Stainless-Timeout` header ([#843](https://github.com/Increase/increase-node/issues/843)) ([bbfd010](https://github.com/Increase/increase-node/commit/bbfd0103c4c06f15b33ae400a5c05dcb6d9c94c5)) + ## 0.168.0 (2025-02-03) Full Changelog: [v0.167.0...v0.168.0](https://github.com/Increase/increase-node/compare/v0.167.0...v0.168.0) diff --git a/package.json b/package.json index e9d71008..28abf455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "increase", - "version": "0.168.0", + "version": "0.169.0", "description": "The official TypeScript library for the Increase API", "author": "Increase ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index e50b2873..b6f6cd46 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.168.0'; // x-release-please-version +export const VERSION = '0.169.0'; // x-release-please-version