From a817b4b8bbc7f43158d4b350dd50ba1aede72303 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 18:21:30 -0400 Subject: [PATCH] release: 0.26.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d067da7..cc8efc51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.7" + ".": "0.26.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e513fab1..066eadf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.26.8 (2023-09-20) + +Full Changelog: [v0.26.7...v0.26.8](https://github.com/lithic-com/lithic-node/compare/v0.26.7...v0.26.8) + +### Features + +* **api:** add simulation endpoints, event types, fix transfer request AuthRule ([#208](https://github.com/lithic-com/lithic-node/issues/208)) ([871707e](https://github.com/lithic-com/lithic-node/commit/871707e4fc158019a835c253a8a0ea1eea17ed57)) +* **client:** support importing node or web shims manually ([#207](https://github.com/lithic-com/lithic-node/issues/207)) ([0f6a2c5](https://github.com/lithic-com/lithic-node/commit/0f6a2c509a92054cafb44c8eec00ff43906930be)) + + +### Documentation + +* **readme:** remove incorrect wording in opening ([#205](https://github.com/lithic-com/lithic-node/issues/205)) ([c51c676](https://github.com/lithic-com/lithic-node/commit/c51c676ac098525164719c71bcc4247b5af57627)) + ## 0.26.7 (2023-09-15) Full Changelog: [v0.26.6...v0.26.7](https://github.com/lithic-com/lithic-node/compare/v0.26.6...v0.26.7) diff --git a/package.json b/package.json index ce94bfb7..9294c468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.26.7", + "version": "0.26.8", "description": "Client library for the Lithic API", "author": "Lithic ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 65b2a402..042c37d3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.26.7'; // x-release-please-version +export const VERSION = '0.26.8'; // x-release-please-version