Skip to content

Commit

Permalink
release: 0.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 18, 2024
1 parent 8e07235 commit 9f8af09
Show file tree
Hide file tree
Showing 4 changed files with 21 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.89.0"
".": "0.90.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.90.0 (2024-12-18)

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

### ⚠ BREAKING CHANGES

* **api:** removes AccountHolder `resubmit` endpoint and `KYC_ADVANCED` workflow ([#588](https://github.com/lithic-com/lithic-node/issues/588))

### Features

* **api:** removes AccountHolder `resubmit` endpoint and `KYC_ADVANCED` workflow ([#588](https://github.com/lithic-com/lithic-node/issues/588)) ([d1fb982](https://github.com/lithic-com/lithic-node/commit/d1fb982138b0ff410c0d204f7438c05b5c577826))


### Chores

* **api:** new ConvertPhysical endpoint to convert a virtual card to a physical card ([#585](https://github.com/lithic-com/lithic-node/issues/585)) ([fd21fb6](https://github.com/lithic-com/lithic-node/commit/fd21fb62d7d6574485ba28f37309593ba71326b4))
* **internal:** fix some typos ([#587](https://github.com/lithic-com/lithic-node/issues/587)) ([c56f5bc](https://github.com/lithic-com/lithic-node/commit/c56f5bc454789b25bf8f1bcc9b42ce31897aa44e))

## 0.89.0 (2024-12-11)

Full Changelog: [v0.88.0...v0.89.0](https://github.com/lithic-com/lithic-node/compare/v0.88.0...v0.89.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.89.0",
"version": "0.90.0",
"description": "The official TypeScript library for the Lithic API",
"author": "Lithic <sdk-feedback@lithic.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 = '0.89.0'; // x-release-please-version
export const VERSION = '0.90.0'; // x-release-please-version

0 comments on commit 9f8af09

Please sign in to comment.