Skip to content

Commit

Permalink
release: 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and cleb11 committed Sep 19, 2023
1 parent a0e6a68 commit 46ea805
Show file tree
Hide file tree
Showing 4 changed files with 18 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.5.0"
".": "2.6.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.6.0 (2023-09-19)

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

### Features

* **api:** updates ([#235](https://github.com/Modern-Treasury/modern-treasury-node/issues/235)) ([ce16952](https://github.com/Modern-Treasury/modern-treasury-node/commit/ce16952f489ab95028a1678b2b61dc9b3bfc498c))
* **client:** retry on 408 Request Timeout ([#229](https://github.com/Modern-Treasury/modern-treasury-node/issues/229)) ([bb3c483](https://github.com/Modern-Treasury/modern-treasury-node/commit/bb3c483e8f4e4d0ab39b72b364937906b51bbea1))
* **errors:** add status code to error message ([#234](https://github.com/Modern-Treasury/modern-treasury-node/issues/234)) ([c2d9f18](https://github.com/Modern-Treasury/modern-treasury-node/commit/c2d9f182986dbfa5fa0e4853b08e730cf56219e0))


### Documentation

* declare Bun 1.0 officially supported ([#233](https://github.com/Modern-Treasury/modern-treasury-node/issues/233)) ([ecaf5b8](https://github.com/Modern-Treasury/modern-treasury-node/commit/ecaf5b81c3522e4b28e10d015dc2377f67b8c626))

## 2.5.0 (2023-09-08)

Full Changelog: [v2.4.0...v2.5.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.4.0...v2.5.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.5.0",
"version": "2.6.0",
"description": "Client library for the ModernTreasury 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.5.0'; // x-release-please-version
export const VERSION = '2.6.0'; // x-release-please-version

0 comments on commit 46ea805

Please sign in to comment.