Skip to content

Commit

Permalink
release: 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 4, 2023
1 parent f43b180 commit 5a8e50a
Show file tree
Hide file tree
Showing 4 changed files with 13 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.27.0"
".": "0.27.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.27.1 (2023-10-03)

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

### Chores

* **ci:** remove reviewer ([#219](https://github.com/lithic-com/lithic-node/issues/219)) ([a8b6fa2](https://github.com/lithic-com/lithic-node/commit/a8b6fa2371328d217690d8c9127803abcbdbcdc6))
* **internal:** update lock file ([#217](https://github.com/lithic-com/lithic-node/issues/217)) ([63ffd1e](https://github.com/lithic-com/lithic-node/commit/63ffd1ecce1446d4156c265547297e2ccdd93946))
* **tests:** update test examples ([#221](https://github.com/lithic-com/lithic-node/issues/221)) ([1b85ec7](https://github.com/lithic-com/lithic-node/commit/1b85ec75ab03aca5f0ba6df0b6fb46c30b2ee6fc))

## 0.27.0 (2023-09-29)

Full Changelog: [v0.26.9...v0.27.0](https://github.com/lithic-com/lithic-node/compare/v0.26.9...v0.27.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.27.0",
"version": "0.27.1",
"description": "Client 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.27.0'; // x-release-please-version
export const VERSION = '0.27.1'; // x-release-please-version

0 comments on commit 5a8e50a

Please sign in to comment.