Skip to content

Commit

Permalink
release: 0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 12, 2024
1 parent ee34111 commit 43cf8e9
Show file tree
Hide file tree
Showing 4 changed files with 19 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.63.0"
".": "0.64.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.64.0 (2024-08-12)

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

### Features

* **api:** add property `Account.cardholder_currency` ([#465](https://github.com/lithic-com/lithic-node/issues/465)) ([efca457](https://github.com/lithic-com/lithic-node/commit/efca45758dd739e5b40586ca11642988127d774e))
* **api:** add property `Card.cardholder_currency` ([efca457](https://github.com/lithic-com/lithic-node/commit/efca45758dd739e5b40586ca11642988127d774e))
* **api:** add property `CardProgram.cardholder_currency` ([efca457](https://github.com/lithic-com/lithic-node/commit/efca45758dd739e5b40586ca11642988127d774e))
* **api:** add property `CardProgram.settlement_currencies` ([efca457](https://github.com/lithic-com/lithic-node/commit/efca45758dd739e5b40586ca11642988127d774e))


### Chores

* **ci:** bump prism mock server version ([#463](https://github.com/lithic-com/lithic-node/issues/463)) ([8cea176](https://github.com/lithic-com/lithic-node/commit/8cea1761f31fa71fd661f295a119b5ff9730d68f))

## 0.63.0 (2024-08-09)

Full Changelog: [v0.62.0...v0.63.0](https://github.com/lithic-com/lithic-node/compare/v0.62.0...v0.63.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.63.0",
"version": "0.64.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.63.0'; // x-release-please-version
export const VERSION = '0.64.0'; // x-release-please-version

0 comments on commit 43cf8e9

Please sign in to comment.