Skip to content

release: 0.231.0 #1011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.230.0"
".": "0.231.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8ba0a76a7d25f12b1aa44ebd3283129560f7a65c95a098ad89deeee6ea46c8a8.yml
openapi_spec_hash: 30519b66ae8c018865d8de252d6f5d2d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-26cf97b4b05afc71ff1d3546e3412c4e9d30c3ac2f05a3c76444a0c945c390ea.yml
openapi_spec_hash: 0a885f91c1947c633734f6702320f2e3
config_hash: 97774f946585cecb19181a1817870d0b
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.231.0 (2025-06-24)

Full Changelog: [v0.230.0...v0.231.0](https://github.com/Increase/increase-node/compare/v0.230.0...v0.231.0)

### Features

* **api:** api update ([9d83d60](https://github.com/Increase/increase-node/commit/9d83d602c68da2a71986e74b32caac14292c8060))

## 0.230.0 (2025-06-24)

Full Changelog: [v0.229.0...v0.230.0](https://github.com/Increase/increase-node/compare/v0.229.0...v0.230.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "increase",
"version": "0.230.0",
"version": "0.231.0",
"description": "The official TypeScript library for the Increase API",
"author": "Increase <dev-feedback@increase.com>",
"types": "dist/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion src/resources/pending-transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ export class PendingTransactionsPage extends Page<PendingTransaction> {}

/**
* Pending Transactions are potential future additions and removals of money from
* your bank account.
* your bank account. They impact your available balance, but not your current
* balance. To learn more, see
* [Transactions and Transfers](/documentation/transactions-transfers).
*/
export interface PendingTransaction {
/**
Expand Down
3 changes: 2 additions & 1 deletion src/resources/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export class TransactionsPage extends Page<Transaction> {}

/**
* Transactions are the immutable additions and removals of money from your bank
* account. They're the equivalent of line items on your bank statement.
* account. They're the equivalent of line items on your bank statement. To learn
* more, see [Transactions and Transfers](/documentation/transactions-transfers).
*/
export interface Transaction {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.230.0'; // x-release-please-version
export const VERSION = '0.231.0'; // x-release-please-version