Skip to content

Commit

Permalink
release: 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 5, 2024
1 parent 142890f commit 03d10e2
Show file tree
Hide file tree
Showing 4 changed files with 22 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.17.0"
".": "2.18.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.18.0 (2024-03-05)

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

### Features

* **api:** add legal_structure enum member ([#350](https://github.com/Modern-Treasury/modern-treasury-node/issues/350)) ([9b0d264](https://github.com/Modern-Treasury/modern-treasury-node/commit/9b0d2644f3fb302fb21438db80b05ef091f5e81e))


### Chores

* **docs:** mention install from git repo ([#348](https://github.com/Modern-Treasury/modern-treasury-node/issues/348)) ([2059850](https://github.com/Modern-Treasury/modern-treasury-node/commit/2059850d97544230b5b693c76ec4b2f9dce31e36))
* fix error handler in readme ([#351](https://github.com/Modern-Treasury/modern-treasury-node/issues/351)) ([9945dc2](https://github.com/Modern-Treasury/modern-treasury-node/commit/9945dc2044abb688d9facbd5f536f3ad4bdc0b1f))


### Documentation

* **readme:** fix https proxy example ([#352](https://github.com/Modern-Treasury/modern-treasury-node/issues/352)) ([142890f](https://github.com/Modern-Treasury/modern-treasury-node/commit/142890f21d48ce288c038439cfc4dc9d83eaf8f8))

## 2.17.0 (2024-02-29)

Full Changelog: [v2.16.0...v2.17.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.16.0...v2.17.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.17.0",
"version": "2.18.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.17.0'; // x-release-please-version
export const VERSION = '2.18.0'; // x-release-please-version

0 comments on commit 03d10e2

Please sign in to comment.