Skip to content

Commit

Permalink
release: 0.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 21, 2025
1 parent 3a8e040 commit 2aefb2b
Show file tree
Hide file tree
Showing 4 changed files with 20 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.91.0"
".": "0.91.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.91.1 (2025-01-21)

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

### Bug Fixes

* reuse model in pagination items type ([#605](https://github.com/lithic-com/lithic-node/issues/605)) ([63d4498](https://github.com/lithic-com/lithic-node/commit/63d4498f22f60213e0890c5da5b7b24a18876db5))


### Chores

* add back compat aliases for LineItemListResponse ([3a8e040](https://github.com/lithic-com/lithic-node/commit/3a8e040e9888af8a6def5255945bcc406d995fde))
* **api:** adds `dpan` property to Tokenization ([#602](https://github.com/lithic-com/lithic-node/issues/602)) ([3c75229](https://github.com/lithic-com/lithic-node/commit/3c75229be3021d1f740bfb789572a4bc5ebb1548))
* **docs:** updates documentation for DPANs ([#603](https://github.com/lithic-com/lithic-node/issues/603)) ([753bcf0](https://github.com/lithic-com/lithic-node/commit/753bcf08b14cab4cee3096d89a2c05e1e5d8676f))
* **internal:** add test ([#604](https://github.com/lithic-com/lithic-node/issues/604)) ([12512e5](https://github.com/lithic-com/lithic-node/commit/12512e5cf67f3ffab2c23277e77e2bef344a36a8))
* **types:** add `| undefined` to client options properties ([#600](https://github.com/lithic-com/lithic-node/issues/600)) ([ca52615](https://github.com/lithic-com/lithic-node/commit/ca52615019660445ef7ce335d6d861f3afcce392))

## 0.91.0 (2025-01-14)

Full Changelog: [v0.90.0...v0.91.0](https://github.com/lithic-com/lithic-node/compare/v0.90.0...v0.91.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.91.0",
"version": "0.91.1",
"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.91.0'; // x-release-please-version
export const VERSION = '0.91.1'; // x-release-please-version

0 comments on commit 2aefb2b

Please sign in to comment.