Skip to content

Commit

Permalink
release: 2.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 11, 2024
1 parent 75a32c9 commit 7cb31c9
Show file tree
Hide file tree
Showing 4 changed files with 28 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.32.1"
".": "2.32.2"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 2.32.2 (2024-11-11)

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

### Bug Fixes

* don't require deno to run build-deno ([#492](https://github.com/Modern-Treasury/modern-treasury-node/issues/492)) ([778e412](https://github.com/Modern-Treasury/modern-treasury-node/commit/778e412b955572c1065f8da5cccc85ae3dc29f47))
* **internal:** support pnpm git installs ([#488](https://github.com/Modern-Treasury/modern-treasury-node/issues/488)) ([d7953f8](https://github.com/Modern-Treasury/modern-treasury-node/commit/d7953f8f12373907a18ae7938dca9be1e75bcddf))


### Chores

* **internal:** use reexports not destructuring ([#493](https://github.com/Modern-Treasury/modern-treasury-node/issues/493)) ([75a32c9](https://github.com/Modern-Treasury/modern-treasury-node/commit/75a32c9971489b878635ec1e3603a81f7e450095))
* remove unused build-deno condition ([#491](https://github.com/Modern-Treasury/modern-treasury-node/issues/491)) ([62b66c5](https://github.com/Modern-Treasury/modern-treasury-node/commit/62b66c563a858d42f5442d2d463b91789823fd6d))


### Documentation

* **readme:** minor typo fixes ([#486](https://github.com/Modern-Treasury/modern-treasury-node/issues/486)) ([9a95e8e](https://github.com/Modern-Treasury/modern-treasury-node/commit/9a95e8e20f99b56ce9736d02735a3e0d9e21c4b1))


### Refactors

* use type imports for type-only imports ([#489](https://github.com/Modern-Treasury/modern-treasury-node/issues/489)) ([a0281cc](https://github.com/Modern-Treasury/modern-treasury-node/commit/a0281ccded326fe776e1457f6c38e4f60bad734f))

## 2.32.1 (2024-10-22)

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

0 comments on commit 7cb31c9

Please sign in to comment.