Skip to content

Commit

Permalink
release: 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 11, 2023
1 parent 4673b38 commit 54a1ade
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.13.0"
".": "2.14.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.14.0 (2023-12-11)

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

### Features

* **api:** updates ([#298](https://github.com/Modern-Treasury/modern-treasury-node/issues/298)) ([201d725](https://github.com/Modern-Treasury/modern-treasury-node/commit/201d7250a84269faf64fea68c33af28fa50d18d5))


### Build System

* specify `packageManager: yarn` ([#299](https://github.com/Modern-Treasury/modern-treasury-node/issues/299)) ([4673b38](https://github.com/Modern-Treasury/modern-treasury-node/commit/4673b383d63757ac9558d35579228107777aecf5))

## 2.13.0 (2023-12-04)

Full Changelog: [v2.12.0...v2.13.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.12.0...v2.13.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.13.0",
"version": "2.14.0",
"description": "The official TypeScript library for the Modern Treasury 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.13.0'; // x-release-please-version
export const VERSION = '2.14.0'; // x-release-please-version

0 comments on commit 54a1ade

Please sign in to comment.