Skip to content

Commit

Permalink
release: 0.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 28, 2024
1 parent 4385670 commit 1879f9e
Show file tree
Hide file tree
Showing 4 changed files with 22 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.84.0"
".": "0.84.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.84.1 (2024-10-28)

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

### Bug Fixes

* **internal:** support pnpm git installs ([#545](https://github.com/lithic-com/lithic-node/issues/545)) ([22c93bf](https://github.com/lithic-com/lithic-node/commit/22c93bfa8ae09ae9f8c0a8dd56011f545ab68e5d))


### Chores

* **api:** add `PIN_BLOCKED` to `detailed_results` property on Event ([#538](https://github.com/lithic-com/lithic-node/issues/538)) ([0c6c096](https://github.com/lithic-com/lithic-node/commit/0c6c09661be887eee12ac3b61a2a58e9cd0057aa))
* **api:** adds new result types to Transactions and Events ([#540](https://github.com/lithic-com/lithic-node/issues/540)) ([b98cb38](https://github.com/lithic-com/lithic-node/commit/b98cb386a95176d7504accf9f129e3600f118d1d))


### Documentation

* **readme:** minor typo fixes ([#544](https://github.com/lithic-com/lithic-node/issues/544)) ([eca7b13](https://github.com/lithic-com/lithic-node/commit/eca7b13e69ff9563d5f6a59106fb4dc90a0ca955))

## 0.84.0 (2024-10-23)

Full Changelog: [v0.83.0...v0.84.0](https://github.com/lithic-com/lithic-node/compare/v0.83.0...v0.84.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.84.0",
"version": "0.84.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.84.0'; // x-release-please-version
export const VERSION = '0.84.1'; // x-release-please-version

0 comments on commit 1879f9e

Please sign in to comment.