Skip to content

Commit

Permalink
release: 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jun 21, 2024
1 parent 681824f commit 5fb8e08
Show file tree
Hide file tree
Showing 4 changed files with 23 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 @@
{
".": "0.56.0"
".": "0.57.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.57.0 (2024-06-21)

Full Changelog: [v0.56.0...v0.57.0](https://github.com/lithic-com/lithic-node/compare/v0.56.0...v0.57.0)

### ⚠ BREAKING CHANGES

* **api:** remove unused event type 'statement.created'
* **api:** remove unused business account type
* **api:** remove unused embed request params type
* **api:** updates ([#421](https://github.com/lithic-com/lithic-node/issues/421))

### Features

* **api:** add 'reverse' method for book transfers ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac))
* **api:** add field 'trace numbers' to payment method attribute model ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac))
* **api:** remove unused business account type ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac))
* **api:** remove unused embed request params type ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac))
* **api:** remove unused event type 'statement.created' ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac))
* **api:** updates ([#421](https://github.com/lithic-com/lithic-node/issues/421)) ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac))

## 0.56.0 (2024-06-12)

Full Changelog: [v0.55.0...v0.56.0](https://github.com/lithic-com/lithic-node/compare/v0.55.0...v0.56.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": "lithic",
"version": "0.56.0",
"version": "0.57.0",
"description": "The official TypeScript library for the Lithic API",
"author": "Lithic <[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 = '0.56.0'; // x-release-please-version
export const VERSION = '0.57.0'; // x-release-please-version

0 comments on commit 5fb8e08

Please sign in to comment.