Skip to content

Commit

Permalink
release: 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 4, 2023
1 parent f65af0a commit 455819a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.9.0"
".": "2.10.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.10.0 (2023-11-04)

Full Changelog: [v2.9.0...v2.10.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.9.0...v2.10.0)

### Features

* **client:** allow binary returns ([#274](https://github.com/Modern-Treasury/modern-treasury-node/issues/274)) ([b45f08d](https://github.com/Modern-Treasury/modern-treasury-node/commit/b45f08dbec40e80a8540628d33aa8836a042b8b3))


### Documentation

* document customizing fetch ([#276](https://github.com/Modern-Treasury/modern-treasury-node/issues/276)) ([f65af0a](https://github.com/Modern-Treasury/modern-treasury-node/commit/f65af0abc1b4d22d3acfba8d3322d95fa662db7e))

## 2.9.0 (2023-10-31)

Full Changelog: [v2.8.0...v2.9.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.8.0...v2.9.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": "modern-treasury",
"version": "2.9.0",
"version": "2.10.0",
"description": "Client library for the ModernTreasury API",
"author": "Modern Treasury <[email protected]>",
"types": "dist/index.d.ts",
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 = '2.9.0'; // x-release-please-version
export const VERSION = '2.10.0'; // x-release-please-version

0 comments on commit 455819a

Please sign in to comment.