Skip to content

Commit

Permalink
release: 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 28, 2023
1 parent b1acf04 commit 363298e
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.33.0"
".": "0.34.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.34.0 (2023-11-28)

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

### Features

* allow installing package directly from github ([#270](https://github.com/lithic-com/lithic-node/issues/270)) ([555692a](https://github.com/lithic-com/lithic-node/commit/555692ac90c11178eb7dd6e411270b5f2218f469))
* **api:** add `get spend_limits` endpoints to `cards` and `accounts` ([#274](https://github.com/lithic-com/lithic-node/issues/274)) ([5d33f20](https://github.com/lithic-com/lithic-node/commit/5d33f202966e92f5e7b9c80172ca07083742e34c))


### Chores

* **internal:** don't call prepare in dist ([#271](https://github.com/lithic-com/lithic-node/issues/271)) ([5420731](https://github.com/lithic-com/lithic-node/commit/54207317048e73e68571ad96a4be4b908d0cb29d))
* **internal:** remove file import and conditionally run prepare ([#272](https://github.com/lithic-com/lithic-node/issues/272)) ([cb40535](https://github.com/lithic-com/lithic-node/commit/cb40535f39f7ee6bc0d80e82b818fdfcceb9cfa0))
* **internal:** update stats file ([#268](https://github.com/lithic-com/lithic-node/issues/268)) ([67a820a](https://github.com/lithic-com/lithic-node/commit/67a820aeadb9d4070e7c1ca319f8c0d73f8a99ea))

## 0.33.0 (2023-11-16)

Full Changelog: [v0.32.0...v0.33.0](https://github.com/lithic-com/lithic-node/compare/v0.32.0...v0.33.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.33.0",
"version": "0.34.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.33.0'; // x-release-please-version
export const VERSION = '0.34.0'; // x-release-please-version

0 comments on commit 363298e

Please sign in to comment.