Skip to content

Commit

Permalink
release: 0.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Nov 6, 2024
1 parent 22847a1 commit cb30b77
Show file tree
Hide file tree
Showing 4 changed files with 25 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.85.2"
".": "0.86.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.86.0 (2024-11-06)

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

### ⚠ BREAKING CHANGES

* **api:** removes AuthRules V1 ([#556](https://github.com/lithic-com/lithic-node/issues/556))

### Features

* **api:** removes AuthRules V1 ([#556](https://github.com/lithic-com/lithic-node/issues/556)) ([87e185b](https://github.com/lithic-com/lithic-node/commit/87e185bc1f667c73d28b5d6e7c509b11343b056a))


### Bug Fixes

* don't require deno to run build-deno ([#555](https://github.com/lithic-com/lithic-node/issues/555)) ([9ced303](https://github.com/lithic-com/lithic-node/commit/9ced303a800d5fe91f71e22b4c059d0d1b08e573))


### Chores

* remove unused build-deno condition ([#553](https://github.com/lithic-com/lithic-node/issues/553)) ([5c9c48b](https://github.com/lithic-com/lithic-node/commit/5c9c48bc04c677b8866874c98ebb8dfe897f9e41))

## 0.85.2 (2024-11-06)

Full Changelog: [v0.85.1...v0.85.2](https://github.com/lithic-com/lithic-node/compare/v0.85.1...v0.85.2)
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.85.2",
"version": "0.86.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.85.2'; // x-release-please-version
export const VERSION = '0.86.0'; // x-release-please-version

0 comments on commit cb30b77

Please sign in to comment.