Skip to content

Commit

Permalink
release: 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 15, 2023
1 parent a28ee3b commit a60f549
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.35.0"
".": "0.36.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.36.0 (2023-12-15)

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

### Features

* **api:** rename `token` and `type` to `financial_account_token` and `financial_account_type` ([#284](https://github.com/lithic-com/lithic-node/issues/284)) ([b1a5ca3](https://github.com/lithic-com/lithic-node/commit/b1a5ca3f412f75f8b91331a4b3e4a896b348b2eb))


### Chores

* update prettier ([#283](https://github.com/lithic-com/lithic-node/issues/283)) ([d93b312](https://github.com/lithic-com/lithic-node/commit/d93b312003324eb6a8c5b7751b3de45901ac7e1a))


### Build System

* specify `packageManager: yarn` ([#282](https://github.com/lithic-com/lithic-node/issues/282)) ([272aa2f](https://github.com/lithic-com/lithic-node/commit/272aa2f537722f469ed936ee376ca3ef25c1f8c4))

## 0.35.0 (2023-12-05)

Full Changelog: [v0.34.0...v0.35.0](https://github.com/lithic-com/lithic-node/compare/v0.34.0...v0.35.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.35.0",
"version": "0.36.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.35.0'; // x-release-please-version
export const VERSION = '0.36.0'; // x-release-please-version

0 comments on commit a60f549

Please sign in to comment.