Skip to content

Commit

Permalink
release: 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jul 1, 2024
1 parent d3dc1a7 commit 8d9b9cf
Show file tree
Hide file tree
Showing 4 changed files with 17 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.25.0"
".": "2.26.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.26.0 (2024-07-01)

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

### Features

* **api:** updates ([#423](https://github.com/Modern-Treasury/modern-treasury-node/issues/423)) ([48e1b12](https://github.com/Modern-Treasury/modern-treasury-node/commit/48e1b122300382ac41461e6db123e77afa25f459))


### Chores

* gitignore test server logs ([#422](https://github.com/Modern-Treasury/modern-treasury-node/issues/422)) ([440ad64](https://github.com/Modern-Treasury/modern-treasury-node/commit/440ad648ffc01b0064dd786951880d6e9f8dcc4f))
* **internal:** minor reformatting ([#419](https://github.com/Modern-Treasury/modern-treasury-node/issues/419)) ([ea5bfbf](https://github.com/Modern-Treasury/modern-treasury-node/commit/ea5bfbf11b512f9edcd02534b88763587f412c5f))

## 2.25.0 (2024-06-10)

Full Changelog: [v2.24.2...v2.25.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.24.2...v2.25.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.25.0",
"version": "2.26.0",
"description": "The official TypeScript library for the Modern Treasury API",
"author": "Modern Treasury <sdk-feedback@moderntreasury.com>",
"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.25.0'; // x-release-please-version
export const VERSION = '2.26.0'; // x-release-please-version

0 comments on commit 8d9b9cf

Please sign in to comment.