diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc153c1..b7e1f86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.84.1" + ".": "0.85.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2bf0b..0e5535d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.85.0 (2024-10-28) + +Full Changelog: [v0.84.1...v0.85.0](https://github.com/lithic-com/lithic-node/compare/v0.84.1...v0.85.0) + +### Features + +* **api:** updates ([#546](https://github.com/lithic-com/lithic-node/issues/546)) ([cd87aef](https://github.com/lithic-com/lithic-node/commit/cd87aefb833675d972ae5937f72c14de9acbd214)) + ## 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) diff --git a/package.json b/package.json index 9e215b0..10d535e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.84.1", + "version": "0.85.0", "description": "The official TypeScript library for the Lithic API", "author": "Lithic ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 37c9dcf..2e21901 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.84.1'; // x-release-please-version +export const VERSION = '0.85.0'; // x-release-please-version