Skip to content

Commit

Permalink
release: 11.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and DannyNemer committed Jan 31, 2025
1 parent 341dc18 commit 2091fa0
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
{
".": "11.15.0"
".": "11.16.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 11.16.0 (2025-01-31)

Full Changelog: [v11.15.0...v11.16.0](https://github.com/conductor-is/conductor-node/compare/v11.15.0...v11.16.0)

### Features

* **api:** api update ([#65](https://github.com/conductor-is/conductor-node/issues/65)) ([33d7a81](https://github.com/conductor-is/conductor-node/commit/33d7a8136dc07039903f79ad4cb2a61ba4064e14))
* **api:** api update ([#67](https://github.com/conductor-is/conductor-node/issues/67)) ([279625c](https://github.com/conductor-is/conductor-node/commit/279625c0a114a4ff7d73b0cd9b0a1277666a107a))
* **api:** api update ([#68](https://github.com/conductor-is/conductor-node/issues/68)) ([5a4b2d8](https://github.com/conductor-is/conductor-node/commit/5a4b2d8b57090ff2a7bdda23a9c904158bdbe569))
* **api:** api update ([#69](https://github.com/conductor-is/conductor-node/issues/69)) ([60e7aca](https://github.com/conductor-is/conductor-node/commit/60e7aca7f8f73cce34e12e53e07f3718706afcb2))
* **api:** api update ([#70](https://github.com/conductor-is/conductor-node/issues/70)) ([becbb35](https://github.com/conductor-is/conductor-node/commit/becbb35821e4a6102267b1b7c76041a1b5702a4d))
* **api:** api update ([#71](https://github.com/conductor-is/conductor-node/issues/71)) ([392f2fe](https://github.com/conductor-is/conductor-node/commit/392f2fea1d91ad571d2ebaaafdb3f80dc1c3568c))
* **api:** api update ([#72](https://github.com/conductor-is/conductor-node/issues/72)) ([d6f210d](https://github.com/conductor-is/conductor-node/commit/d6f210d78a33a91febe8e2f06cd64bbc695099b3))

## 11.15.0 (2025-01-29)

Full Changelog: [v11.14.0...v11.15.0](https://github.com/conductor-is/conductor-node/compare/v11.14.0...v11.15.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": "conductor-node",
"version": "11.15.0",
"version": "11.16.0",
"description": "The official TypeScript library for the Conductor API",
"author": "Conductor <[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 = '11.15.0'; // x-release-please-version
export const VERSION = '11.16.0'; // x-release-please-version

0 comments on commit 2091fa0

Please sign in to comment.