Skip to content

Commit

Permalink
release: 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 31, 2023
1 parent 23cb296 commit 5e987ba
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.8.0"
".": "2.9.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.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)

### Features

* **api:** updates ([#271](https://github.com/Modern-Treasury/modern-treasury-node/issues/271)) ([e7341c5](https://github.com/Modern-Treasury/modern-treasury-node/commit/e7341c5150cfe3d77e712c3314deee3fc7dc7472))
* **github:** include a devcontainer setup ([#273](https://github.com/Modern-Treasury/modern-treasury-node/issues/273)) ([077d2f7](https://github.com/Modern-Treasury/modern-treasury-node/commit/077d2f7a42d38749a9bb49eb6c788a142b4cc969))


### Bug Fixes

* typo in build script ([#270](https://github.com/Modern-Treasury/modern-treasury-node/issues/270)) ([b8d797b](https://github.com/Modern-Treasury/modern-treasury-node/commit/b8d797bae6e53090be5f30f1d13003ca873b64e7))


### Chores

* **internal:** update gitignore ([#272](https://github.com/Modern-Treasury/modern-treasury-node/issues/272)) ([6204f12](https://github.com/Modern-Treasury/modern-treasury-node/commit/6204f1279d1f36edd1dd80efb042cecdee367d7d))

## 2.8.0 (2023-10-24)

Full Changelog: [v2.7.2...v2.8.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.7.2...v2.8.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.8.0",
"version": "2.9.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.8.0'; // x-release-please-version
export const VERSION = '2.9.0'; // x-release-please-version

0 comments on commit 5e987ba

Please sign in to comment.